From 794d502da02daf83330b84e0c95e0afbec07db46 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 14 Dec 2022 11:35:10 +0300 Subject: [PATCH] org-time-stamp-custom-formats: Document that variable affects export * lisp/org.el (org-time-stamp-custom-formats): Mention that the value affect export; not only the display. --- lisp/org.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org.el b/lisp/org.el index 0e105eacc..8dad3fafe 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -2443,6 +2443,8 @@ These are overlaid over the default ISO format if the variable end of the second format. The custom formats are also honored by export commands, if custom time display is turned on at the time of export. +This variable also affects how timestamps are exported. + Leading \"<\" and trailing \">\" pair will be stripped from the format strings." :group 'org-time