From 36903029ac18d779ea4d56021ff644ee1d75f787 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 26 Apr 2020 20:20:59 -0500 Subject: org mode toc gen for github --- examples/org-mode-toc.lisp | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/examples/org-mode-toc.lisp b/examples/org-mode-toc.lisp index d88822e..37b341c 100644 --- a/examples/org-mode-toc.lisp +++ b/examples/org-mode-toc.lisp @@ -16,11 +16,36 @@ "Accepts a valid Org Mode heading and results in an org mode list item with a link to that heading.") -(defun print-toc-for (file &optional (output *standard-output*)) +(<