branch: externals/denote-org commit 811c9ded6b99043eb40fe261bd0ea4ef7c16d337 Author: Peter Prevos <pe...@prevos.net> Commit: Peter Prevos <pe...@prevos.net>
Revert "Fixed parameters in denote-sequence-depth-prompt" This reverts commit 8b79146c9dd3767a2e659d58c55639b0a8d30215. --- denote-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-org.el b/denote-org.el index 91c61944c3..938d25b9b7 100644 --- a/denote-org.el +++ b/denote-org.el @@ -974,7 +974,7 @@ DEPTH of the root FILE is 1. Using 2 lists children, 3 grandchildren, and so on. (interactive (list (denote-sequence-file-prompt "List descendants of") - (denote-sequence-depth-prompt "Maximum relative depth from root node: ")) + (denote-sequence-depth-prompt "Maximum relative depth from root node: " 2)) org-mode) (org-create-dblock (list :name "denote-sequence" :sequence (denote-retrieve-filename-signature file)