emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: export failed when using footnotes inside src blocks [7.7]
@ 2011-07-30  8:22 Günter Kolousek
  2011-07-30  9:00 ` Nick Dokos
  2011-07-30 10:45 ` Nicolas Goaziou
  0 siblings, 2 replies; 12+ messages in thread
From: Günter Kolousek @ 2011-07-30  8:22 UTC (permalink / raw)
  To: emacs-orgmode


Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
during export using orgmode 7.7 and tip.

Günter

#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_FRAME_LEVEL: 2
#+BEAMER_HEADER_EXTRA: 
\usetheme{boxes}\addheadbox{structure}{\tiny\quad\insertsection\qquad\insertsubsection\hfill\insertpagenumber\quad}\useinnertheme{rectangles}\usecolortheme[RGB={0,118,190}]{structure}\usefonttheme{structurebold}
#+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Args) %4BEAMER_col(Col) %8BEAMER_extra(Ex)
#+LANGUAGE: de
#+OPTIONS:   H:1 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

#+LATEX_HEADER: \setbeamertemplate{navigation symbols}{}
#+LATEX_HEADER: \usepackage{palatino}
#+LATEX_HEADER: \usepackage{xspace}
#+LATEX_HEADER: \usepackage[ngerman]{babel}

\shorthandoff{"}

* Test
   foo
   #+begin_src python
   lst = [-1, -2, 2, -3, -4]

   for x in lst[:]:
       if x < 0:
           lst.remove(x)

   print(lst) # [2] <- does not work!
   #+end_src

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------

Emacs  : GNU Emacs 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.24.4)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-08-14 16:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-30  8:22 Bug: export failed when using footnotes inside src blocks [7.7] Günter Kolousek
2011-07-30  9:00 ` Nick Dokos
2011-07-30  9:19   ` Jambunathan K
2011-07-30  9:58     ` Nick Dokos
2011-07-30 10:53       ` Jambunathan K
2011-07-30 10:45 ` Nicolas Goaziou
2011-07-30 14:34   ` Günter Kolousek
2011-07-31 18:41   ` Achim Gratz
2011-07-31 19:12     ` Jambunathan K
2011-08-14 16:29       ` Bastien
2011-08-14 16:25     ` Bastien
2011-08-14 16:54       ` Achim Gratz

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).