changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 698: 96958d3eb5b0
parent: a5ae5a58c4cd
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; lib/organ/element/greater/item.lisp --- Org Item Elements
2 
3 ;; Items match the pattern: 'BULLET COUNTER-SET CHECK-BOX TAG CONTENTS'
4 
5 ;; examples
6 #|
7 - item
8 3. [@3] set to three
9 + [-] tag :: item contents
10  * item, note whitespace in front
11 * not an item, but heading - heading takes precedence
12 |#
13 
14 ;;; Code:
15 (in-package :organ)