changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/organ/object/footnote-ref.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/object/footnote-ref.lisp --- Org Footnote Reference Object
2 
3 ;; Footnote references matches the following patterns:
4 
5 #|
6 [fn:LABEL]
7 [fn:LABEL:DEFINITION]
8 [fn::DEFINITION]
9 |#
10 
11 ;;; Code:
12 (in-package :organ)
13 
14 (define-org-object footnote-reference (label definition))