diff options
-rw-r--r-- | lisp/km-org.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/km-org.el b/lisp/km-org.el index 9cc1ff5..5360b7c 100644 --- a/lisp/km-org.el +++ b/lisp/km-org.el @@ -310,6 +310,7 @@ called through the speed command interface." (save-excursion (call-interactively #'org-open-at-point))) +;;;###autoload (defun km/org-goto () "Like `org-goto', but act on widened buffer. If point ends up outside the previously narrowed region, leave |