[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 5f8b585349 22/27: Merge branch 'main' into subdi
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 5f8b585349 22/27: Merge branch 'main' into subdir-support |
Date: |
Sun, 3 Jul 2022 00:57:35 -0400 (EDT) |
branch: externals/denote
commit 5f8b58534921efb31c5557dd2528f4a304ef0740
Merge: 554859c0c8 2193501cef
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Merge branch 'main' into subdir-support
---
README.org | 7 +++++--
denote-link.el | 8 ++++----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/README.org b/README.org
index ed1247062d..b03068261a 100644
--- a/README.org
+++ b/README.org
@@ -647,9 +647,12 @@ When ~denote-link~ is called with a prefix argument (=C-u=
by default)
it formats links like =[[denote:IDENTIFIER]]=. The user might prefer
its simplicity.
+[ Default value of ~denote-link-use-org-id~ changed as part of
+ {{{development-version}}} ]
+
#+vindex: denote-link-use-org-id
-When the user option ~denote-link-use-org-id~ is set to non-nil (default
-is nil), inserted links in Org notes that target other Org notes will
+When the user option ~denote-link-use-org-id~ is set to non-nil (the
+default), inserted links in Org notes that target other Org notes will
use the standard =id:= type so the format is =[[id:IDENTIFIER][TITLE]]=
(the title is omitted is ~denote-link~ is called with a prefix argument,
as explained above). When, however, an Org note links to a note in
diff --git a/denote-link.el b/denote-link.el
index 7cf4ded930..b1c97959f2 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -200,8 +200,8 @@ and/or the documentation string of `display-buffer'."
alist)
:group 'denote-link)
-(defcustom denote-link-use-org-id nil
- "When non-nil use the ID link type in Org files if appropriate.
+(defcustom denote-link-use-org-id t
+ "When non-nil use the ID link type in Org files, if appropriate.
Newly created links from Org notes which target other Org notes
will use the standard `id:' hyperlink type instead of the custom
@@ -213,9 +213,9 @@ other tools in the Org ecosystem.
When the value is nil, Denote links rely on the custom `denote:'
hyperlink type (which should behave the same as the standard
-`file:' type).
+`file:' link).
-Other files types beside Org always use the `denote:' links."
+Other file types beside Org always use the `denote:' links."
:type 'boolean
:group 'denote-link)
;;;###autoload (put 'denote-link-use-org-id 'safe-local-variable 'booleanp)
- [elpa] externals/denote updated (2193501cef -> 25e86bf0bc), ELPA Syncer, 2022/07/03
- [elpa] externals/denote e5d6ad589b 13/27: Support subdirectories in denote--link-find-file-at-button, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 53e6ca2299 12/27: Tweak filename fontification to work with subdirs, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 58637a0035 04/27: Tweak doc string, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 8c724d54cf 01/27: Support subdirectories, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 12008dbcbf 11/27: Untabify a line, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 01618516ff 07/27: Refine denote--file-name-relative-to-denote-directory, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 070d4412ee 23/27: Set org-id-extra-files to all files in all subdirectories., ELPA Syncer, 2022/07/03
- [elpa] externals/denote add8f657bb 09/27: Merge pull request #25 from ggjp/subdir-support, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 5f8b585349 22/27: Merge branch 'main' into subdir-support,
ELPA Syncer <=
- [elpa] externals/denote e1aeb459ea 19/27: Refine how faces are applied (extends 123fb2b), ELPA Syncer, 2022/07/03
- [elpa] externals/denote 123fb2b670 18/27: Put all faces in denote-faces.el, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 66e455ef84 14/27: Fix denote--current-file-is-note-p for subdirectories, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 6dfb9376ca 24/27: Merge pull request #28 from ggjp/subdir-support, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 25e86bf0bc 27/27: Update Acknowledgements in the manual, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 303f39e150 15/27: Merge pull request #26 from ggjp/subdir-support, ELPA Syncer, 2022/07/03
- [elpa] externals/denote c020d25a21 08/27: Fix denote-link--ol-resolve-link-to-target, ELPA Syncer, 2022/07/03
- [elpa] externals/denote ab2a6e538a 03/27: Use 'when' instead of 'if' for single condition, ELPA Syncer, 2022/07/03
- [elpa] externals/denote 0116edc2f8 25/27: Remove sharp quote from lambda for simplicity, ELPA Syncer, 2022/07/03
- [elpa] externals/denote c68a8e224a 17/27: Tweak denote--get-note-path-by-id for style, ELPA Syncer, 2022/07/03