From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [bug] beamer export envargs for column not working properly Date: Sun, 21 Nov 2010 09:49:43 +0000 Message-ID: <871v6fngzs.fsf@ucl.ac.uk> References: <87r5efh64q.fsf@ucl.ac.uk> <5364E86F-9685-478F-BDA2-8CE858A048FB@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from [140.186.70.92] (port=52795 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PK6YS-0005fb-6w for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 04:49:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PK6YQ-00038S-Qi for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 04:49:52 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:61937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PK6YQ-000380-Mc for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 04:49:50 -0500 In-Reply-To: <5364E86F-9685-478F-BDA2-8CE858A048FB@gmail.com> (Carsten Dominik's message of "Sun, 21 Nov 2010 09:39:30 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Emacs Org mode mailing list --=-=-= Carsten Dominik writes: > Hi Eric, > > could you make me a slightly more complete example, with your beamer > setup? So a full test file that will show this behavior? > > Thanks. > > - Carsten Sure. The attached example has a single slide. With the file as it is, i.e. with an ignored heading for the second column of the slide, the slide overlay directive is thrown away upon export. If you change the headline of the second column to be a block heading (C-c C-b b), on export the overlay directive is not thrown away but it is attached to the block and not the column. This is okay in that accomplishes the same purpose (in this case but not others); however, it does not match the documentation in any case. Thanks, eric --=-=-= Content-Type: text/orgmode Content-Disposition: attachment; filename=beamertest.org Content-Description: single slide org file #+TITLE: Presentation with Org-Mode and Beamer #+AUTHOR: Eric S Fraga #+EMAIL: e.fraga@ucl.ac.uk #+DATE: 2010.09.05 00:42:34 #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:5 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+startup: oddonly #+startup: beamer #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_FRAME_LEVEL: 2 #+startup: fninline #+COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra) * Introduction *** A slide with two columns ***** Some notes :BMCOL:B_block: :PROPERTIES: :BEAMER_col: 0.5 :BEAMER_env: block :END: - some text - and some more - and yet more ***** More notes :BMCOL:B_ignoreheading: :PROPERTIES: :BEAMER_col: 0.5 :BEAMER_env: ignoreheading :BEAMER_envargs: c<2-> :END: - some important notes - and even more important ones - and some maths: $\sin^{2}(x)$ --=-=-= -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.3 (release_7.3.104.gf692) --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--