This commit is contained in:
2026-03-13 14:13:06 -06:00
parent a95135daae
commit 2d3a23f085

View File

@@ -392,6 +392,7 @@
;;; Specs (specific elements)
#_
(defmethod node-spec "headline" [_]
(dict {:todo-keyword (s/nilable ::todo-keyword)
:priority (s/nilable ::priority)
@@ -403,6 +404,7 @@
;;; Specs (specific greater elements)
#_#_
(defmethod node-spec "org-data" [_] nfe)
(defmethod node-spec "section" [_] nfe)