From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: [BUG] exporting to beamer: notes marked with tag don't work Date: Sat, 13 Jul 2013 15:32:02 -0400 Message-ID: <87ppumi7d9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy5YJ-0003aj-AE for emacs-orgmode@gnu.org; Sat, 13 Jul 2013 15:32:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uy5YI-0006cw-Ev for emacs-orgmode@gnu.org; Sat, 13 Jul 2013 15:32:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:48372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy5YI-0006c8-8s for emacs-orgmode@gnu.org; Sat, 13 Jul 2013 15:32:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uy5YG-00033M-NH for emacs-orgmode@gnu.org; Sat, 13 Jul 2013 21:32:16 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 13 Jul 2013 21:32:16 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 13 Jul 2013 21:32:16 +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 If I try to export the following org file to beamer --8<---------------cut here---------------start------------->8--- #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_THEME: default #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt) #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC * Who/what/how - who - what - how ** Note :B_note: :PROPERTIES: :BEAMER_env: note :END: This is a note. --8<---------------cut here---------------end--------------->8--- with the B_note tag or the B_noteNH tag but *without* the property, the note ends up as a block in the slide which, according to the doc, is wrong: (info "(org) Beamer class export") This sentence in particular: ,---- | To simplify note generation, it is actually enough to mark the note with | a _tag_ (either `:B_note:' or `:B_noteNH:') instead of creating the | `BEAMER_env' property. `---- *With* the property, it correctly ends up as a \note{}. Org-mode version 8.0.5 (release_8.0.5-336-g918551 @ /home/nick/elisp/org-mode/lisp/) -- Nick