aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_regex.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-04-28 22:47:10 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:26 -0400
commit33d4cd24013c8660c100a0070802a0e9d1211421 (patch)
tree104a4739bbc12a749b9b7a1aef56aec2ef8ec4c7 /org/default_regex.org
parent0.11.0 in_source_files, changed tracking of code blocks (diff)
metaverse, doc structure & blocks, change tracking
Diffstat (limited to 'org/default_regex.org')
-rw-r--r--org/default_regex.org6
1 files changed, 3 insertions, 3 deletions
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<pre>^|[ ]
#+NAME: meta_rgx
#+BEGIN_SRC d
/+ inline markup book index +/
-static book_index = ctRegex!(`^=\{\s*(?P<bookindex>.+?)\}$`, "m");
-static book_index_open = ctRegex!(`^=\{\s*([^}]*?)$`);
-static book_index_close = ctRegex!(`^(.*?)\}$`, "m");
+static book_index_item = ctRegex!(`^=\{\s*(?P<bookindex>.+?)\}$`, "m");
+static book_index_item_open = ctRegex!(`^=\{\s*([^}]*?)$`);
+static book_index_item_close = ctRegex!(`^(.*?)\}$`, "m");
#+END_SRC
** switch