From 81e1397f3a4e0ff8daa5e85f88fb69e87d5bd9d9 Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Wed, 16 Jul 2025 19:50:40 -0400 Subject: Add modified? var to template docstring --- lisp/seam-export.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/seam-export.el b/lisp/seam-export.el index fa5a2ee..9300783 100644 --- a/lisp/seam-export.el +++ b/lisp/seam-export.el @@ -203,7 +203,12 @@ interpolate it as-is. `modified-dt' The machine-readable date that the note was last modified. - See `seam-export-time-format-dt'.") + See `seam-export-time-format-dt'. + + `modified?' + + When used as a block, this will render only when the creation + and modification dates are not the same.") (defcustom seam-export-template-string seam-export-default-template-string "The HTML template string to be used by the exporter. The template -- cgit v1.2.3