From fbd92737d2418774a61cd5cdcd91f87dda54fa2b Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 17 Oct 2018 20:19:25 +0200 Subject: [PATCH] Org-mode: make new project items todos --- emacs/emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index d71217d..9067581 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -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")))