Michael Welle <[email protected]> writes: > aren't global properties or a subset of them, like LANGUAGE in this > case, inherited by subsequent code blocks? This below example fails to > compile oink.pdf because the AUTO tag in LaTeX's usepackage stanza isn't > replaced. How does one deal with that?
> ##### > #+LANGUAGE: de-de > > Hello, crude world. > > #+begin_src latex :file /tmp/oink.pdf > Hello, crude world. > #+end_src > ##### Right. The file-specific export options are not considered in latex babel blocks. In general, ob-latex is fragile. -- 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>
