chore: ignore other things too

This commit is contained in:
2026-04-18 17:31:38 -06:00
parent 4e343fde99
commit 1c31f4064a

View File

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