Perry Smith <[email protected]> writes: > It appears that if the conditional text is itself a call to a macro, the > output gets confused. For example: > > #+MACRO: bold +$1+ > #+MACRO: device1 > {{{device1({{{bold(blah)}}})}}} > > results in the tailing )}}} being emitted.
The macros indeed cannot be nested. It is documented in org-syntax spec, but not in the manual. I have updated the manual. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=31fc81bb7 -- 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>
