changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/organ/element/greater/item.lisp

revision 133: a5ae5a58c4cd
parent 128: 99f2ab6bc8ba
     1.1--- a/lisp/lib/organ/element/greater/item.lisp	Wed Dec 27 02:10:05 2023 -0500
     1.2+++ b/lisp/lib/organ/element/greater/item.lisp	Wed Dec 27 17:26:51 2023 -0500
     1.3@@ -1,1 +1,15 @@
     1.4+;;; lib/organ/element/greater/item.lisp --- Org Item Elements
     1.5+
     1.6+;; Items match the pattern: 'BULLET COUNTER-SET CHECK-BOX TAG CONTENTS'
     1.7+
     1.8+;; examples
     1.9+#|
    1.10+- item
    1.11+3. [@3] set to three
    1.12++ [-] tag :: item contents
    1.13+ * item, note whitespace in front
    1.14+* not an item, but heading - heading takes precedence
    1.15+|#
    1.16+
    1.17+;;; Code:
    1.18 (in-package :organ)