From f940a925725c87be370f07e00ee263ff5e9f05fa Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 3 Feb 2024 14:18:18 +0100 Subject: [PATCH] Set `org-link-search-must-match-exact-headline' option --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 866b347..8a5634f 100644 --- a/README.org +++ b/README.org @@ -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]: