Uwe Brauer <o...@mat.ucm.es> writes: > Hi > > I run a relative recent GNU Emacs and org master, however please > consider the following example: > > When exporting to html or odt (using dvipng in both cases) the first set > of equations in the source block are ignored. > > Can somebody please confirm this, and tell me whether I should open a > BUG report. > ... > * A source block provides to export latex equations > #+begin_src latex :results latex replace :exports results :eval t
Of course, the source block is ignored. According to 16.6 Results of Evaluation section of the manual, ‘latex’ Results enclosed in a ‘BEGIN_EXPORT latex’ block. Usage example: ‘:results value latex’. So, you are exporting results of the evaluation, which is latex export block. Such block will only get exported to latex. By definition. -- Ihor Radchenko // yantar92, Org mode contributor, 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>