Hi all, I am experiencing a problem with the latex exporter: #+header: lines are visible in the exported file.
Example: /==================================================\ * test header tag #+caption: foo #+label: fig:fig1 #+name: foo #+header: :file foo.png #+header: :width 3600 :height 3600 :res 600 #+begin_src R :exports results :results graphics plot(1:10, 1:10) #+end_src \==================================================/ Results (LaTeX): /=================================================\ \section{test header tag} \label{sec-1} \#+header: :file foo.png \#+header: :width 3600 :height 3600 :res 600 \begin{figure}[htb] \centering \includegraphics[width=.9\linewidth]{foo.png} \caption{\label{fig:fig1}foo} \end{figure} \=================================================/ The header arguments seem to take their effect, though. Regards, Andreas