summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-26 19:32:50 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-26 19:32:50 -0500
commit7a0b5932c01779df99f3d87175be9b850031f859 (patch)
treeffbc00cdafb2827a58c1ab8f3ee609f8421103b2 /examples
parent9beb6ee949824c3aa19dc458af0590d0389da680 (diff)
added <<counting, <<counting+, and <whitespace+<
Diffstat (limited to 'examples')
-rw-r--r--examples/org-mode-toc.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org-mode-toc.lisp b/examples/org-mode-toc.lisp
index 5355b02..d88822e 100644
--- a/examples/org-mode-toc.lisp
+++ b/examples/org-mode-toc.lisp
@@ -12,7 +12,7 @@
(make-string (* 2 count) :initial-element #\Space)
toc-entry
toc-entry)))
- (<<and <whitespace<+ (<<+ <item<)))))
+ (<<and <whitespace+< (<<+ <item<)))))
"Accepts a valid Org Mode heading and results in an org mode
list item with a link to that heading.")