From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Lander Subject: BUG: Export images to LaTeX Date: Fri, 21 Oct 2011 17:22:25 -0400 Message-ID: <2901336D-F5F2-430B-84C8-8E903FEFE7FB@yahoo.com> Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHMXt-00015h-KZ for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 17:22:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHMXs-0001Xn-IC for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 17:22:29 -0400 Received: from smtp106.prem.mail.ac4.yahoo.com ([76.13.13.45]:48625) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RHMXs-0001Xd-DU for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 17:22:28 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mode 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=3D.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}