[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 3a56c5196e 1/2: fix org dblock definition of mis
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 3a56c5196e 1/2: fix org dblock definition of missing-links |
Date: |
Mon, 2 Dec 2024 09:57:59 -0500 (EST) |
branch: externals/denote
commit 3a56c5196efc40797dd0d9c9a08df28a1138dd63
Author: Elias Storms <elias.storms@gmail.com>
Commit: Elias Storms <elias.storms@gmail.com>
fix org dblock definition of missing-links
The defining function mentioned the wrong function.
---
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/denote 3a56c5196e 1/2: fix org dblock definition of missing-links,
ELPA Syncer <=