From 33d4cd24013c8660c100a0070802a0e9d1211421 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 28 Apr 2020 22:47:10 -0400 Subject: metaverse, doc structure & blocks, change tracking --- org/default_regex.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org/default_regex.org') diff --git a/org/default_regex.org b/org/default_regex.org index e432a32..6e6ee00 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -253,9 +253,9 @@ static smid_image_delimit = ctRegex!(`(?P
^|[ ]
 #+NAME: meta_rgx
 #+BEGIN_SRC d
 /+ inline markup book index +/
-static book_index                                     = ctRegex!(`^=\{\s*(?P.+?)\}$`, "m");
-static book_index_open                                = ctRegex!(`^=\{\s*([^}]*?)$`);
-static book_index_close                               = ctRegex!(`^(.*?)\}$`, "m");
+static book_index_item                                = ctRegex!(`^=\{\s*(?P.+?)\}$`, "m");
+static book_index_item_open                           = ctRegex!(`^=\{\s*([^}]*?)$`);
+static book_index_item_close                          = ctRegex!(`^(.*?)\}$`, "m");
 #+END_SRC
 
 ** switch
-- 
cgit v1.2.3