From 6c17b944e2c092b186c65e6243f38f62c4be327c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 14 Feb 2023 16:17:48 +0100 Subject: [PATCH] Use full path completion for org-goto This allows jumping to headlines in the current buffer much like using imenu-based searches, but using native Org mode. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 6f61568..8ebf593 100644 --- a/init.el +++ b/init.el @@ -873,6 +873,7 @@ org-attach-store-link-p 'attached org-attach-auto-tag nil org-bookmark-names-plist nil + org-goto-interface 'outline-path-completion org-blank-before-new-entry '((heading . t) (plain-list-item . t))