Set `org-link-search-must-match-exact-headline' option

This commit is contained in:
Gerard Vermeulen 2024-02-03 14:18:18 +01:00
parent d69071a556
commit f940a92572
1 changed files with 2 additions and 1 deletions

View File

@ -2516,7 +2516,8 @@ Is subject to change by `toggle-post-tangle-hook-dir-usage'."
;; behavior. Set `org-link-descriptive' interactively by calling
;; `org-toggle-link-display'.
(setopt org-link-descriptive t
org-link-file-path-type 'relative))
org-link-file-path-type 'relative
org-link-search-must-match-exact-headline nil))
#+end_src
#+caption[Setup =org-mode-map= 1]: