From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Several questions about beamer export Date: Fri, 12 Jul 2013 09:16:06 +0200 Message-ID: <874nc09rk9.fsf@gmail.com> References: <87li5cwymc.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxXa7-0000oF-VV for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 03:15:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxXa5-0002Tt-QG for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 03:15:55 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:33412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxXa5-0002Tg-KI for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 03:15:53 -0400 Received: by mail-wi0-f177.google.com with SMTP id ey16so315233wid.16 for ; Fri, 12 Jul 2013 00:15:52 -0700 (PDT) In-Reply-To: <87li5cwymc.fsf@free.fr> (Julien Cubizolles's message of "Thu, 11 Jul 2013 23:55:07 +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: Julien Cubizolles Cc: emacs-orgmode@gnu.org Hello, Julien Cubizolles writes: > * What's the difference between BEAMER_ENV and BEAMER_env=C2=A0? Properties are case insensitive. Therefore there is none. > * What is the best way to generate=20 > \only<2-3>{Some text of picture} without creating a new heading=C2=A0? You can use export snippets: @@beamer:\only<2-3>{@@Some text of picture@@beamer:}@@ and for more readability, you can wrap this in a macro: #+MACRO: only @@beamer:\only$1{@@$2@@beamer:}@@ Your example becomes: {{{only(<2-3>,Some text of picture)}}} > > * Is there a shortcut/easy template to ATTR_BEAMER=C2=A0? I know I could = use > a yas snippet but maybe there is already something in place. > > * in LaTeX you can use \graphicspath to define the directories in which > to look for picture files. Does org mode offer the same possibility=C2= =A0? > > * All the headers I add end up on the same line when I define them like > in the following (even with an empty line). Not all the headers are concerned. There's only a missing newline character between the last "header" and the first "header_extra". This should now be fixed. Thanks for reporting it. Regards, --=20 Nicolas Goaziou