project capture includes extra space

This commit is contained in:
Chris Cochrun 2022-04-05 08:22:22 -05:00
parent da616a7f8f
commit 29a8b1553e
2 changed files with 8 additions and 7 deletions

View file

@ -1594,13 +1594,13 @@ Part of this config includes some special capture templates for my work as a you
("r" "Templates for projects")
("rt" "Project-local todo" entry
(file+headline chris/project-todo "Inbox")
"* TODO %?\n%a\n%i\n" :prepend t)
"* TODO %?\n%a\n%i\n\n" :prepend t)
("rn" "Project-local notes" entry
(file+headline chris/project-todo "Notes")
"* %U %?\n%a\n%i\n" :prepend t)
"* %U %?\n%a\n%i\n\n" :prepend t)
("rc" "Project-local changelog" entry
(file+headline chris/project-changelog "Changelog")
"* %U %?\n%a\n%i\n" :prepend t))
"* %U %?\n%a\n%i\n\n" :prepend t))
org-capture-use-agenda-date t
org-agenda-timegrid-use-ampm t
org-agenda-show-inherited-tags nil