From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Several questions about beamer export Date: Thu, 11 Jul 2013 23:55:07 +0200 Message-ID: <87li5cwymc.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxOuH-0005o5-Do for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 18:00:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxOuC-00019H-Rb for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 18:00:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:42748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxOuC-00016R-Kx for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 18:00:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UxOuB-0004dV-Fr for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 00:00:03 +0200 Received: from 37.160.22.27 ([37.160.22.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jul 2013 00:00:03 +0200 Received: from j.cubizolles by 37.160.22.27 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jul 2013 00:00:03 +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 I'm trying to switch all my LaTeX needs to orgmode but I'm still confused by several little things I could not understand in the manual. I'm not sure what the policy is on the mailing-list, let me know if it's best to split this message into several ones. * What's the difference between BEAMER_ENV and BEAMER_env ? * What is the best way to generate \only<2-3>{Some text of picture} without creating a new heading ? * Is there a shortcut/easy template to ATTR_BEAMER ? 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 ? * All the headers I add end up on the same line when I define them like in the following (even with an empty line). #+LATEX_HEADER_EXTRA: \institute{My Institure} #+LATEX_HEADER:\usepackage{mypackage} The LaTeX file produced is not very readable. How can I produce linebreaks between different LATEX_HEADER entries ? Julien.