Kind | Covered | All | % |
expression | 0 | 2 | 0.0 |
branch | 0 | 0 | nil |
1
;;; lib/organ/element/lesser/diary-sexp.lisp --- Org Diary Sexp Element
2
3
;; Diary sexps are unindented lines that match the pattern: '%%SEXP'.
4
5
;;; Code:
6
(in-package :organ)
7
8
(define-org-element diary-sexp (sexp) :lesser t)