t->g for task shortcut.

This commit is contained in:
Ivan Malison 2014-12-08 13:00:48 -08:00
parent 7b6e356af4
commit 4c6cea86b9

View File

@ -588,6 +588,9 @@ The current directory is assumed to be the project's root otherwise."
(defun org-make-habit () (defun org-make-habit ()
(interactive) (interactive)
(org-set-property "STYLE" "habit")) (org-set-property "STYLE" "habit"))
(add-to-list 'org-capture-templates
`("g" "GTD Todo" entry (file+headline ,org-gtd-file "Tasks")
"* TODO %?\n"))
(defun org-insert-habit () (defun org-insert-habit ()
(interactive) (interactive)