This commit is contained in:
@@ -392,6 +392,7 @@
|
|||||||
|
|
||||||
;;; Specs (specific elements)
|
;;; Specs (specific elements)
|
||||||
|
|
||||||
|
#_
|
||||||
(defmethod node-spec "headline" [_]
|
(defmethod node-spec "headline" [_]
|
||||||
(dict {:todo-keyword (s/nilable ::todo-keyword)
|
(dict {:todo-keyword (s/nilable ::todo-keyword)
|
||||||
:priority (s/nilable ::priority)
|
:priority (s/nilable ::priority)
|
||||||
@@ -403,6 +404,7 @@
|
|||||||
|
|
||||||
;;; Specs (specific greater elements)
|
;;; Specs (specific greater elements)
|
||||||
|
|
||||||
|
#_#_
|
||||||
(defmethod node-spec "org-data" [_] nfe)
|
(defmethod node-spec "org-data" [_] nfe)
|
||||||
|
|
||||||
(defmethod node-spec "section" [_] nfe)
|
(defmethod node-spec "section" [_] nfe)
|
||||||
|
|||||||
Reference in New Issue
Block a user