Max Nikulin <[email protected]> writes: > From my point of view, a couple of helper functions with short names > and scope limited to templates may be considered, e.g. "%(var > default-directory)" and "%(svar 10)". The latter forces conversion to > string.
We cannot introduce such functions in Org. That would litter the global function namespace. In theory, we can eval the %(...) templates flet-binding these functions, but that is still against Elisp conventions and may backfire if Emacs does introduce the name we use in the future. So, if we want to add short versions of some functions, we should better ask Emacs upstream. -- 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>
