summaryrefslogtreecommitdiff
path: root/examples/org-mode-toc.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org-mode-toc.lisp')
-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.")