branch: externals/denote-org commit 827cc0b4ee612459290856887df0b9aa6230590e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use 'org-mode' without parentheses in the interactive spec of denote-org-dblock-insert-sequence I guess the parentheses are fine, though this is how we do it elsewhere. --- denote-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-org.el b/denote-org.el index adb05cb225..8ab3b9de05 100644 --- a/denote-org.el +++ b/denote-org.el @@ -979,7 +979,7 @@ DEPTH of the root FILE is 1. Using 2 lists children, 3 grandchildren, and so on. (denote--rename-dired-file-or-current-file-or-prompt) 'face 'denote-faces-prompt-current-name))) (denote-sequence-depth-prompt "Maximum relative depth from root node: " 2)) - (org-mode)) + org-mode) (org-create-dblock (list :name "denote-sequence" :sequence (denote-retrieve-filename-signature file) :depth depth))