Org-mode: make new project items todos

This commit is contained in:
Marcel Kapfer 2018-10-17 20:19:25 +02:00
parent 9ffd29dacb
commit fbd92737d2
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@
("n" "Note" entry (file+headline "~/cloud/org/notes.org" "Notes")
"* %? \n %i\n %u\n %a\n")
("p" "Project Idea" entry (file+headline "~/cloud/org/projects.org" "INBOX")
"* %? %^G\n %i\n %u\n")
"* TODO %? %^G\n %i\n %u\n")
("w" "Wiki Entry" entry (file+headline "~/cloud/org/wiki.org" "INBOX")
"* %? \n %u\n %i\n")))