From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: [RFC] Overlay specification for includegraphics Date: Sun, 27 Oct 2013 19:44:09 +0100 Message-ID: <20131027184409.GF16832@kuru.dyndns-at-home.com> References: <20131027132342.GE16832@kuru.dyndns-at-home.com> <68C65C50-9243-451E-A11A-386D10A59A1D@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaVKA-0000dU-V2 for emacs-orgmode@gnu.org; Sun, 27 Oct 2013 14:44:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaVJu-0006wV-KF for emacs-orgmode@gnu.org; Sun, 27 Oct 2013 14:44:30 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:37174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaVJu-0006wN-Df for emacs-orgmode@gnu.org; Sun, 27 Oct 2013 14:44:14 -0400 Received: by mail-we0-f173.google.com with SMTP id u57so5670619wes.18 for ; Sun, 27 Oct 2013 11:44:13 -0700 (PDT) Content-Disposition: inline In-Reply-To: <68C65C50-9243-451E-A11A-386D10A59A1D@gmail.com> 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: Carsten Dominik Cc: Emacs Org mode On Sun, Oct 27, 2013 at 03:09:38PM +0100, Carsten Dominik wrote: > > On 27.10.2013, at 14:23, Suvayu Ali wrote: > > > Hi, > > > > While working on a presentation recently, I realised there was no easy > > way to specify overlay specifications for images during beamer export. > > Since this is already supported for lists, e.g. by adding > > `#+attr_latex :overlay +-'. I was wondering if it is possible to add > > this for images? > > > > Something like this would be amazing: > > > > #+attr_latex: :overlay 1 :width 0.9\textwidth > > [[file:graphics/test.pdf]] > > > > is exported as, > > > > \includegraphics<1>[width=0.9\textwidth]{graphics/test.pdf} > > > > What do you think? > > > > PS: I noticed if I use #+attr_beamer: instead of #+attr_latex:, > > the :options property is ignored, and :width is overwritten with > > "0.9\linewidth". Is that intended > > I am not sure about this problem, but clearly, your request of the overlay property need to use attr_beamer, not attr_latex. > I tried attr_latex because attr_beamer was overwriting everything. I will investigate why attr_beamer is not working on a minimal instance tomorrow. Cheers, -- Suvayu Open source is the future. It sets us free.