branch: externals/denote-org
commit 8b79146c9dd3767a2e659d58c55639b0a8d30215
Author: Peter Prevos <pe...@prevos.net>
Commit: Peter Prevos <pe...@prevos.net>

    Fixed parameters in denote-sequence-depth-prompt
---
 denote-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-org.el b/denote-org.el
index 37021a3230..9b2dfc80dc 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: " 
2))
+      (denote-sequence-depth-prompt "Maximum relative depth from root node: "))
      org-mode)
     (org-create-dblock (list :name "denote-sequence"
                              :sequence (denote-retrieve-filename-signature 
file)

Reply via email to