branch: externals/denote
commit 6985217de664ab5bdda78e722278e9535832adea
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Set denote-link-use-org-id to t in sample config
    
    It is nil by default.  Read its doc string
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 59d71134f7..a99a6e282f 100644
--- a/README.org
+++ b/README.org
@@ -1454,7 +1454,7 @@ Everything is in place to set up the package.
 
 ;; If you want links to and from Org notes to use the standard 'id:'
 ;; link type instead of 'denote:'.
-(setq denote-link-use-org-id nil)
+(setq denote-link-use-org-id t)
 
 ;; By default, we fontify backlinks in their bespoke buffer.
 (setq denote-link-fontify-backlinks t)

Reply via email to