fix: ignore filetags for now

This commit is contained in:
2026-04-18 16:55:10 -06:00
parent 32a45b3a16
commit 694136b643

View File

@@ -391,6 +391,9 @@
(defmethod org-keyword "LATEX_COMPILER" [_] nil)
(defmethod org-keyword "LATEX_HEADER" [_] nil)
;; TODO:
(defmethod org-keyword "FILETAGS" [_] nil)
;; Not sure how to deal with this one yet.
(defmethod org-keyword "AUTHOR" [_] nil)