chore: cleanup
All checks were successful
build / build (push) Successful in 42s

This commit is contained in:
2026-03-19 14:46:53 -06:00
parent 7805de06f2
commit 2b80c15cc8

View File

@@ -339,9 +339,7 @@
(defmethod org-keyword "TITLE" [{:keys [value]}]
[:h1 value])
;; Completely ignore the LATEX_COMPILER keyword.
(defmethod org-keyword "LATEX_COMPILER" [_] nil)
(defmethod org-keyword "LATEX_HEADER" [_] nil)
;; Not sure how to deal with this one yet.