chore: ignore timestamp

This commit is contained in:
2026-04-18 18:27:32 -06:00
parent e0ceefa399
commit ac1c0eacd9

View File

@@ -394,10 +394,11 @@
(defmethod org-keyword "LATEX_COMPILER" [_] nil) (defmethod org-keyword "LATEX_COMPILER" [_] nil)
(defmethod org-keyword "LATEX_HEADER" [_] nil) (defmethod org-keyword "LATEX_HEADER" [_] nil)
;; A bunch of things I'd rather hide for now, but should be ;; TODO: A bunch of things I'd rather hide for now, but should be
;; implemented eventually. ;; implemented eventually.
(defmethod org-keyword "FILETAGS" [_] nil) (defmethod org-keyword "FILETAGS" [_] nil)
(defmethod org-element "planning" [_] nil) (defmethod org-element "planning" [_] nil)
(defmethod org-element "timestamp" [_] nil)
;; Not sure how to deal with this one yet. ;; Not sure how to deal with this one yet.
(defmethod org-keyword "AUTHOR" [_] nil) (defmethod org-keyword "AUTHOR" [_] nil)