t->g for task shortcut.
This commit is contained in:
parent
7b6e356af4
commit
4c6cea86b9
@ -588,6 +588,9 @@ The current directory is assumed to be the project's root otherwise."
|
||||
(defun org-make-habit ()
|
||||
(interactive)
|
||||
(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 ()
|
||||
(interactive)
|
||||
|
Loading…
Reference in New Issue
Block a user