project capture includes extra space
This commit is contained in:
parent
da616a7f8f
commit
29a8b1553e
2 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue