branch: externals/denote commit 733a89ead556b8bf1104a741887f9123bac264b8 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add missing autoload --- denote.el | 1 + 1 file changed, 1 insertion(+) diff --git a/denote.el b/denote.el index 0b86f509d5..1ba78a824f 100644 --- a/denote.el +++ b/denote.el @@ -284,6 +284,7 @@ alphabetically." (denote--prepare-note title keywords) (denote--keywords-add-to-history keywords)) +;;;###autoload (defun denote-org-capture () "Like `denote', but for integration with `org-capture'. WORK-IN-PROGRESS."