emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] BUG: Export images to LaTeX


From: Anthony Lander
Subject: [O] BUG: Export images to LaTeX
Date: Fri, 21 Oct 2011 17:22:25 -0400

Hi List,

I've run into a strange problem with the latest org pull. Exporting inlined 
images with the LaTeX exporter works or not depending on whether I include 
org-jsinfo in org-modules(!). This is with emacs -q on the 24.0.90.1 emacs 
recent release.

Can someone please try to reproduce this to confirm?

Thanks,

-Anthony


My test file is:

* Test
  [[file:test.png]]

Output with org-jsinfo module loaded is as expected:

\begin{document}

\maketitle


\section*{Test}
\label{sec-1}

 \includegraphics[width=.9\linewidth]{test.png}

\end{document}

But without org-jsinfo, I get a (broken) hyperlink instead:


\begin{document}

\maketitle


\section*{Test}
\label{sec-1}

 \href{t}{file:test.png}

\end{document}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]