Commit c02c0e65d4fa

Vincent Demeester <vincent@sbr.pm>
2016-02-17 21:10:15
Update default TODO template
1 parent f637aba
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1969,7 +1969,7 @@
             '(;; other entries
               ("t" "Inbox list item" entry
                (file+headline (expand-file-name org-main-file org-todos-directory) "Inbox")
-               "* %?\n %i\n %a")
+               "* TODO [#A] %?\nSCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n")
               ("j" "Journal entry" plain
                (file+datetree+prompt (exand-file-name org-journal-file org-root-directory))
                "%K - %a\n%i\n%?\n")