You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emacs org-mode allows arbitrary recursion in macros, meaning that the following document would loop indefinitely:
#+MACRO: test {{{test}}}
{{{test}}}
Doing the same in pandoc would leave trypandoc open to very simple denial of service attacks. I'm going to limit recursion to a depth of 15 for that reason.
When converting from an
org-mode
file org macros are not expanded (in fact there are not dealt at all).For instance the following
org-mode
file:should be translated by
pandoc -f org -t tex macro.org macro.tex
tobut is translated instead into:
The text was updated successfully, but these errors were encountered: