From ac1c0eacd9306a4e15d179d0c79f1796e4453bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sat, 18 Apr 2026 18:27:32 -0600 Subject: [PATCH] chore: ignore timestamp --- src/net/deertopia/doerg/render.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/net/deertopia/doerg/render.clj b/src/net/deertopia/doerg/render.clj index 88d6f51..09f0301 100644 --- a/src/net/deertopia/doerg/render.clj +++ b/src/net/deertopia/doerg/render.clj @@ -394,10 +394,11 @@ (defmethod org-keyword "LATEX_COMPILER" [_] 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. (defmethod org-keyword "FILETAGS" [_] nil) (defmethod org-element "planning" [_] nil) +(defmethod org-element "timestamp" [_] nil) ;; Not sure how to deal with this one yet. (defmethod org-keyword "AUTHOR" [_] nil)