Daan Ro <daant...@gmail.com> writes: >> Maybe we should use 'separator property in the proposed values? > > Added, I was just afraid that bit is more unstable than the variable > name.
Applied, onto main, with minor amendments to the commit message and changing (when (<= (length dyn-sep) (length (match-string 0))) (setq dyn-sep (concat dyn-sep separator))) to (while (<= (length dyn-sep) (length (match-string 0))) (setq dyn-sep (concat dyn-sep separator))) https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=593785527b -- Ihor Radchenko // yantar92, Org mode maintainer, 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>