Max Nikulin <maniku...@gmail.com> writes: > On 26/12/2022 16:23, Ihor Radchenko wrote: >> >> Fixed on bugfix now. >> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9c79aedec > > I have never heard about `calendar-date-display' before so I am curious > under which circumstances the following will not work: > > (let ((calendar-date-display-form calendar-iso-date-display-form))
Your variant should also work, and it is more concise. Could you make it into a patch? But not using the variable. Rather, the default value. The reason I suggest using the default value is that `calendar-iso-date-display-form' is a defcustom. There is no reason why agenda export should depend on changed custom setting here. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>