branch: externals/denote-org
commit 975e34d7b70d86769e99725bbd651df72e64f681
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Document how the denote-sequence block can show all sequences
    
    Thanks to Peter Prevos for implementing the original version of this
    in pull request 13: <https://github.com/protesilaos/denote-org/pull/13>.
---
 README.org | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.org b/README.org
index 91d9c31261..77dbc01d55 100644
--- a/README.org
+++ b/README.org
@@ -476,6 +476,10 @@ The =:sequence= is required, while =:depth= is optional.
   block. It consists of the text of the sequence, whose numeric format
   is like ~1=1~ or, for its alphanumeric counterpart, =1a=.
 
+  A value of =:sequence= which is an empty string =""= or the regular
+  expression for "match anything at least once", namely =".+"=, mean
+  to collect all the sequences with their children.
+
 - The depth is the relative depth from the root note: the number 2 is
   for the children of the given sequence, 3 for grandchildren, and so
   on. A value of ~nil~ means to find all descendants of the given

Reply via email to