From a47eb273c33852991e59b4bacfb6fb6b59e08102 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 8 Dec 2014 13:00:48 -0800 Subject: [PATCH] t->g for task shortcut. --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index d94eaba5..008fa713 100644 --- a/init.el +++ b/init.el @@ -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)