From 3793bef659479acb1179ea1b21ba4e960bbd17ce Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Sat, 12 Jul 2025 17:17:57 -0400 Subject: Rename time-format-datetime --- lisp/seam-export.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lisp/seam-export.el') diff --git a/lisp/seam-export.el b/lisp/seam-export.el index 26a1858..49cc46a 100644 --- a/lisp/seam-export.el +++ b/lisp/seam-export.el @@ -38,7 +38,7 @@ (defvar seam-export--include-drafts nil) (defvar seam-export--no-extension nil) (defvar seam-export--time-format nil) -(defvar seam-export--time-format-datetime nil) +(defvar seam-export--time-format-dt nil) (defvar seam-export--time-zone nil) (defvar seam-export--internal-link-class nil) (defvar seam-export--options nil) @@ -99,10 +99,10 @@ properties: Human-readable format for template time strings. Defaults to the value of `seam-export-time-format'. - `:time-format-datetime' + `:time-format-dt' Machine-readable format for template time strings. Defaults - to the value of `seam-export-time-format-datetime'. + to the value of `seam-export-time-format-dt'. `:time-zone' @@ -184,7 +184,7 @@ interpolate it as-is. `modified-dt' The machine-readable date that the note was last modified. See - `seam-export-time-format-datetime'.") + `seam-export-time-format-dt'.") (defcustom seam-export-template-string seam-export-default-template-string "The HTML template string to be used by the exporter. The template @@ -208,7 +208,7 @@ information." :group 'seam-export :type 'string) -(defcustom seam-export-time-format-datetime "%Y-%m-%d" +(defcustom seam-export-time-format-dt "%Y-%m-%d" "Machine-readable format for template time strings. Meant to be used in the datetime attribute of