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.
This commit is contained in:
Daniel - 2023-02-14 16:17:48 +01:00
parent 457a1d9be4
commit 6c17b944e2
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 0 deletions

View File

@ -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))