emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 72f77178af 344/355: Refine denote-link-use-org-i


From: ELPA Syncer
Subject: [elpa] externals/denote 72f77178af 344/355: Refine denote-link-use-org-id doc string
Date: Sun, 26 Jun 2022 23:58:38 -0400 (EDT)

branch: externals/denote
commit 72f77178af908a46917f35d194bb92c8b277115e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Refine denote-link-use-org-id doc string
---
 denote-link.el | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/denote-link.el b/denote-link.el
index ca4aa0bc34..9eeb74f357 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -191,16 +191,19 @@ and/or the documentation string of `display-buffer'."
   :group 'denote-link)
 
 (defcustom denote-link-use-org-id nil
-  "When non-nil use the ID link type in Org files.
+  "When non-nil use the ID link type in Org files if appropriate.
 
-Newly created links will use the standard `id:' hyperlink type
-instead of the custom `denote:' type.
+Newly created links from Org notes which target other Org notes
+will use the standard `id:' hyperlink type instead of the custom
+`denote:' type.  If the target's file type is not Org, our own
+`denote:' type is used.
 
-In practical terms, the ID ensures maximum compatibility with the
-Org ecosystem.
+In practical terms, the ID ensures maximum compatibility with
+other tools in the Org ecosystem.
 
 When the value is nil, Denote links rely on the custom `denote:'
-type (which should behave the same as the standard `file:' type).
+hyperlink type (which should behave the same as the standard
+`file:' type).
 
 Other files types beside Org always use the `denote:' links."
   :type 'boolean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]