[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 5540af8ccf 11/12: Remote unnecessary (?) autoloa
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 5540af8ccf 11/12: Remote unnecessary (?) autoload cookie |
Date: |
Thu, 10 Nov 2022 14:57:32 -0500 (EST) |
branch: externals/denote
commit 5540af8ccfc30d3ddd418ee2be3f7e7c35c9779e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Remote unnecessary (?) autoload cookie
I am not sure from where this function will be called. Is there a
chance that is is used without a 'require' call to denote-org.el?
---
denote-org.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/denote-org.el b/denote-org.el
index 4240556f0c..337d41dd22 100644
--- a/denote-org.el
+++ b/denote-org.el
@@ -150,7 +150,6 @@ This command deletes the original subtree."
(org-dynamic-block-define "denote-backlinks"
'denote-org-dblock-insert-backlinks)
-;;;###autoload
(defun denote-org-dblock-write-backlinks (params)
(when-let* ((file (buffer-file-name))
(id (denote-retrieve-filename-identifier file))
- [elpa] externals/denote updated (342330d984 -> 53a343709b), ELPA Syncer, 2022/11/10
- [elpa] externals/denote 88f86081e1 08/12: denote-org: tweak doc of denote-org-dblock-insert-denote-links, ELPA Syncer, 2022/11/10
- [elpa] externals/denote 53a343709b 12/12: denote-org: add task for review, ELPA Syncer, 2022/11/10
- [elpa] externals/denote 1f0633e3be 05/12: denote-org: add denote-org-extract-subtree error handling, ELPA Syncer, 2022/11/10
- [elpa] externals/denote 9fbbdcaee5 02/12: denote-org: add 'require' calls, ELPA Syncer, 2022/11/10
- [elpa] externals/denote bc30770e31 03/12: denote-org: use same version as denote.el, ELPA Syncer, 2022/11/10
- [elpa] externals/denote d7c52c6845 01/12: Add denote-org.el, ELPA Syncer, 2022/11/10
- [elpa] externals/denote f04f43c6f7 04/12: denote-org: add missing Code outline heading, ELPA Syncer, 2022/11/10
- [elpa] externals/denote 0f09c1bc85 10/12: denote-org: tweak symbols for consistency, ELPA Syncer, 2022/11/10
- [elpa] externals/denote a46e581ef4 09/12: denote-org: annotate helper for writing dblock links, ELPA Syncer, 2022/11/10
- [elpa] externals/denote 5540af8ccf 11/12: Remote unnecessary (?) autoload cookie,
ELPA Syncer <=
- [elpa] externals/denote c18300469f 06/12: denote-org: reword Commentary, ELPA Syncer, 2022/11/10
- [elpa] externals/denote f075c49769 07/12: denote-org: add autoload cookie to command, ELPA Syncer, 2022/11/10