emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <ucecesf@ucl.ac.uk>
To: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: [beamer &/or latex export] problem with old style footnotes
Date: Wed, 06 Jan 2010 23:47:21 +0000	[thread overview]
Message-ID: <87637ezth2.wl%ucecesf@ucl.ac.uk> (raw)

[-- Attachment #1: Type: text/plain, Size: 972 bytes --]

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.


[-- Attachment #2: beamertest.org --]
[-- Type: application/octet-stream, Size: 2204 bytes --]

#+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

[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

             reply	other threads:[~2010-01-06 23:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-06 23:47 Eric S Fraga [this message]
2010-01-08 16:47 ` [beamer &/or latex export] problem with old style footnotes Carsten Dominik
2010-01-08 19:27   ` Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87637ezth2.wl%ucecesf@ucl.ac.uk \
    --to=ucecesf@ucl.ac.uk \
    --cc=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).