From 42085330f394aa08df6d69e977c1595ab7428729 Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Sun, 23 Aug 2026 13:33:09 +0300 Subject: [PATCH] Update the :package-version of denote-org-store-link-to-heading This is because it now has a new option, per commit b90b26e (pull request 723 by Michael Korat: ). --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index fd409e1..2b3d375 100644 --- a/denote.el +++ b/denote.el @@ -531,7 +531,7 @@ navigates to that heading. identifier of the file, even if this user option is set to a non-nil value. ]" :group 'denote - :package-version '(denote . "4.0.0") + :package-version '(denote . "4.3.0") :type '(choice (const :tag "No link to heading (default)" nil) (const :tag "Link to the context" context) (const :tag "Link to local heading" local)