branch: externals/denote commit fa6a3315dc2411984cf085b40559cc42d8a9be01 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add correct group for org capture specifiers --- denote-org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-org-capture.el b/denote-org-capture.el index 182d01b55a..955abb9e24 100644 --- a/denote-org-capture.el +++ b/denote-org-capture.el @@ -63,7 +63,7 @@ This string is append to new notes in the `denote-org-capture' function. Every new note has the standard front matter we define." :type 'string - :group 'denote) + :group 'denote-org-capture) ;;;###autoload (defun denote-org-capture ()