From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angel de Vicente Subject: Figure not exporting properly in Beamer Date: Wed, 15 May 2013 09:24:03 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcX0X-0006Ar-PO for emacs-orgmode@gnu.org; Wed, 15 May 2013 04:24:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcX0S-0005h6-V2 for emacs-orgmode@gnu.org; Wed, 15 May 2013 04:24:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:35232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcX0S-0005gk-HI for emacs-orgmode@gnu.org; Wed, 15 May 2013 04:24:16 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UcX0R-0000jC-4Q for emacs-orgmode@gnu.org; Wed, 15 May 2013 10:24:15 +0200 Received: from carro.ll.iac.es ([161.72.206.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 May 2013 10:24:15 +0200 Received: from angelv by carro.ll.iac.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 May 2013 10:24:15 +0200 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@gnu.org Hi, I'm using Org 7.8.03 and I have a test file to create a Beamer presentation. At some point I have: ** Images #+CAPTION: Sample AMR #+label: fig:amr-sample [[file:amr.png]] and a few weeks ago, after processing this I got in the tex file: ------------------------- \frametitle{Images} \label{sec-1-3} \begin{figure}[htb] \centering \includegraphics[width=.9\linewidth]{amr.png} \caption{\label{fig:amr-sample}Sample AMR} \end{figure} \end{frame} ----------------- Today I tried again, but instead I get: -------------------------- \frametitle{Images} \label{sec-1-3} \href{t}{file:amr.png} \end{frame} -------------------------- I probably forgot something that I did last time, but I cannot see it. Any hints? Thanks, -- Ángel de Vicente http://angel-de-vicente.blogspot.com/