diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-07-16 19:50:40 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-07-16 19:50:40 -0400 |
commit | 81e1397f3a4e0ff8daa5e85f88fb69e87d5bd9d9 (patch) | |
tree | 440f6f6ba4d953999d8f663b31f1ea4d53d78727 /lisp/seam-export.el | |
parent | bd9d02d3e6480c9c07dca7f958d29be946ba838b (diff) |
Add modified? var to template docstring
Diffstat (limited to 'lisp/seam-export.el')
-rw-r--r-- | lisp/seam-export.el | 7 |
1 files changed, 6 insertions, 1 deletions
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 |