Add narf/org-open-todo

This commit is contained in:
Henrik Lissner 2015-12-23 03:44:44 -05:00
parent 980cc8a0a6
commit f480edb53f

View file

@ -5,6 +5,11 @@
(interactive)
(find-file org-default-notes-file))
;;;###autoload
(defun narf/org-open-todo ()
(interactive)
(find-file org-default-todo-file))
;;;###autoload
(defun narf/org-insert-item (direction)
"Inserts a new heading or item, depending on the context."