diff options
-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 |