From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: [beamer &/or latex export] problem with old style footnotes Date: Wed, 06 Jan 2010 23:47:21 +0000 Message-ID: <87637ezth2.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Wed_Jan__6_23:47:21_2010-1" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSfbB-0000Bd-O1 for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 18:47:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSfb7-00006s-7A for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 18:47:33 -0500 Received: from [199.232.76.173] (port=51318 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSfb7-00006f-3S for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 18:47:29 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:52546) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NSfb6-0004vf-OD for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 18:47:28 -0500 Received: from 79-74-94-89.dynamic.dsl.as9105.com ([79.74.94.89] helo=esf.ucl.ac.uk) by vscane-b.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.60) (envelope-from ) id 1NSfb0-0002pM-PA for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 23:47:23 +0000 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: org-mode mailing list --Multipart_Wed_Jan__6_23:47:21_2010-1 Content-Type: text/plain; charset=US-ASCII Carsten, In latex, I often use a simple \begin{itemize} with labelled items, as in \begin{itemize} \item [3] This will be labelled with 3 instead of a bullet \item [$\checkmark$] This will have a checkmark in lieu of the bullet \end{itemize} In org-mode, with beamer mode, I can do this except for the cases where the replacement text is just a number as org-mode seems to treat this as a footnote. I have fninline set in the startup as well as org-footnote-define-inline set to t globally but the export still treats these old style footnotes as footnotes. I saw the following: http://article.gmane.org/gmane.emacs.orgmode/20073 which seems to indicate you did something to hopefully fix this (I'm not bothered about the font-lock issue at all, by the way). I've attached a simple org-mode beamer example. Thanks, eric PS - interestingly, but not annoyingly, "- [$\checkmark$]" doesn't work but "- [\checkmark]" does to replace a bullet with a checkmark. --Multipart_Wed_Jan__6_23:47:21_2010-1 Content-Type: application/octet-stream Content-Disposition: attachment; filename="beamertest.org" Content-Transfer-Encoding: 7bit #+TITLE: Presentation with Org-Mode and Beamer #+AUTHOR: Eric S Fraga #+EMAIL: e.fraga@ucl.ac.uk #+DATE: 2009-11-24 Tue #+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:not-in-toc #+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: beamer #+startup: fninline #+LaTeX_CLASS: beamer #+LaTeX_CLASS_options: [presentation] #+beamer_frame_level: 2 #+COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra) * Introduction *** The first slide - The first point 1. <1-> I would like to say this @emphatically@. 2. <2-> and this but in *bold*. 3. <3-> but also this /emphasised/. - the second point[fn:1: This is a real intended footnote] which has very little to say really but tests out direct labelling of items: - [1] The first sub-item - [3] The third (although in second place) sub-item - [\checkmark] Just to show this works * The guts of the presentation *** and more :PROPERTIES: :BEAMER_extra: :END: ***** this is a short column :BMCOL: which should appear by itself first and afterwards, with a pause, followed by the second column. :PROPERTIES: :BEAMER_col: 0.2 :BEAMER_envargs: C[t] :END: \note[item]{This is a note about this item} ***** <2-> second column :BMCOL: :PROPERTIES: :BEAMER_col: 0.7 :END: - but this one is much - much - much - longer *** and less ***** first column :BMCOL:B_block: :PROPERTIES: :BEAMER_env: block :BEAMER_col: 0.6 :BEAMER_envargs: C[t] :END: - an item with enough text to show the width of the column - another item ***** second column :BMCOL:B_block: :PROPERTIES: :BEAMER_env: block :BEAMER_col: 0.3 :BEAMER_envargs: :END: - an item with enough text to show the width of the column - and yet another --Multipart_Wed_Jan__6_23:47:21_2010-1 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 --Multipart_Wed_Jan__6_23:47:21_2010-1--