t->g for task shortcut.
This commit is contained in:
parent
90698deba2
commit
a47eb273c3
3
init.el
3
init.el
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user