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

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

[elpa] externals/denote a1eff10474 2/2: Merge pull request #486 from EFL


From: ELPA Syncer
Subject: [elpa] externals/denote a1eff10474 2/2: Merge pull request #486 from EFLS/main
Date: Mon, 2 Dec 2024 09:57:59 -0500 (EST)

branch: externals/denote
commit a1eff10474e3e796c5b26f174a0fab49ba3405ee
Merge: 0f11e93f25 3a56c5196e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #486 from EFLS/main
    
    fix org dblock definition of missing-links
---
 denote-org-extras.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-org-extras.el b/denote-org-extras.el
index bc5c1983e6..e326b05737 100644
--- a/denote-org-extras.el
+++ b/denote-org-extras.el
@@ -459,7 +459,7 @@ Used by `org-dblock-update' with PARAMS provided by the 
dynamic block."
 ;;;###autoload
 (eval-after-load 'org
   '(progn
-     (org-dynamic-block-define "denote-missing-links" 
'denote-org-extras-dblock-insert-links)))
+     (org-dynamic-block-define "denote-missing-links" 
'denote-org-extras-dblock-insert-missing-links)))
 
 ;;;###autoload
 (defun org-dblock-write:denote-missing-links (params)



reply via email to

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