Add narf/org-open-todo
This commit is contained in:
parent
980cc8a0a6
commit
f480edb53f
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
||||||
(interactive)
|
(interactive)
|
||||||
(find-file org-default-notes-file))
|
(find-file org-default-notes-file))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(defun narf/org-open-todo ()
|
||||||
|
(interactive)
|
||||||
|
(find-file org-default-todo-file))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun narf/org-insert-item (direction)
|
(defun narf/org-insert-item (direction)
|
||||||
"Inserts a new heading or item, depending on the context."
|
"Inserts a new heading or item, depending on the context."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue