diff --git a/modules/lib/defuns-org.el b/modules/lib/defuns-org.el index 88b224a32..246cc9206 100644 --- a/modules/lib/defuns-org.el +++ b/modules/lib/defuns-org.el @@ -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."