[Emacs] Add default priority to GTD template

This commit is contained in:
Ivan Malison 2017-08-25 12:50:28 -07:00
parent d94b1d3a4f
commit 12fe1a87db
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2925,7 +2925,7 @@ Intero seems to be causing hangs, so it has been disabled
((eq major-mode 'org-agenda-mode) (org-agenda-todo)))))
(defun imalison:make-org-linked-todo-template ()
(imalison:make-org-todo-template "%? %A"))
(imalison:make-org-todo-template "[#C] %? %A"))
(defun org-cmp-creation-times (a b)
(let ((a-created (get-date-created-from-agenda-entry a))