I thought I was probably being stupid. Thanks!
-Original Message-
From: Bastien Guerry [mailto:bastiengue...@gmail.com] On Behalf Of Bastien
Sent: Wednesday, February 27, 2013 3:32 PM
To: Richard Stanton
Cc: emacs-orgmode@gnu.org
Subject: Re: Problem with code blocks and new exporter
Hi R
Hi Richard,
Richard Stanton writes:
> Code snippet:
>
> #+begin_src python
> a = 5
> #+end_src python
^^
You don't need this. Use this:
#+begin_src python
a = 5
#+end_src
--
Bastien
Hi LanX,
LanX wrote:
> Thanks for the suggestion, but the problem persists!
You see it's easier with an ECM...
> Only replacing the "0" with an "a" helps.
I don't have that problem. I guess it must have been fixed recently. It
clearly is related to [0] being interpreted as a footnote reference.
Aloha Thomas,
Thanks for the suggestion, but the problem persists!
Only replacing the "0" with an "a" helps.
--
#+LaTeX_CLASS: beamer
#+startup: beamer
* Lanx
** title
#+BEGIN_Example perl
grep { $_ ->[a] } # <- 0 fails
X{1,2,3} X{1,2,3} X{1
LanX writes:
> Hi
>
> hier a ECM which fails
>
> ---
> #+LaTeX_CLASS: beamer
> #+startup: beamer
>
> * title
>
> #+BEGIN_Example: perl
> grep { $_ ->[0] }
> X{1,2,3} X{1,2,3} X{1,2,3};
> #+END_Example:
> ---
>
> originally I tried Begin_src but I wan
Sorry forgot to mention that I tried to export it to pdf or latex!
2011/8/8 LanX
> Hi
>
> hier a ECM which fails
>
> ---
> #+LaTeX_CLASS: beamer
> #+startup: beamer
>
> * title
>
> #+BEGIN_Example: perl
> grep { $_ ->[0] }
> X{1,2,3} X{1,2,3} X{1,2,3};
> #+END_Example:
> -