From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: [RFC] Overlay specification for includegraphics Date: Sun, 27 Oct 2013 14:23:42 +0100 Message-ID: <20131027132342.GE16832@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaQJw-0002nt-VK for emacs-orgmode@gnu.org; Sun, 27 Oct 2013 09:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaQJo-0001uK-IA for emacs-orgmode@gnu.org; Sun, 27 Oct 2013 09:23:56 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:57700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaQJo-0001uE-B0 for emacs-orgmode@gnu.org; Sun, 27 Oct 2013 09:23:48 -0400 Received: by mail-wg0-f44.google.com with SMTP id n12so5456992wgh.11 for ; Sun, 27 Oct 2013 06:23:46 -0700 (PDT) Received: from kuru.dyndns-at-home.com (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id i8sm25716580wiy.6.2013.10.27.06.23.45 for (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Sun, 27 Oct 2013 06:23:45 -0700 (PDT) Content-Disposition: inline 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 Org mode 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 -- Suvayu Open source is the future. It sets us free.