changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/organ/object/table-cell.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/table.cell.lisp --- Org Table Cell Object
2 
3 ;; Table cells match the pattern:
4 
5 ;; CONTENTS SPACES| or CONTENTS SPACES EOL
6 
7 ;; CONTENTS matches the minimal-set of objects.
8 
9 ;;; Code:
10 (in-package :organ)
11 
12 (define-org-object table-cell (contents))