emacs-orgmode
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[O] problem with code blocks
From
:
LanX
Subject
:
[O] problem with code blocks
Date
:
Mon, 8 Aug 2011 01:45:14 +0200
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 wanted to be sure that it has not to do with highlighting.
I get the message "if: Wrong type argument: stringp, nil"
But deleting the [0] solves the problem
-----------------------------
#+BEGIN_Example: perl
grep { $_ -> }
X{1,2,3} X{1,2,3} X{1,2,3};
#+END_Example:
---------------------------
Does org try to find footnotes in code blocks?
Any help appreciated!!!
Cheers
Rolf
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
[O] problem with code blocks
,
LanX
<=
Re: [O] problem with code blocks
,
LanX
,
2011/08/07
Re: [O] problem with code blocks
,
Thomas S. Dye
,
2011/08/07
Re: [O] problem with code blocks
,
LanX
,
2011/08/08
Re: [O] problem with code blocks
,
Sebastien Vauban
,
2011/08/08
Prev by Date:
Re: [O] Schedule event
Next by Date:
Re: [O] Beamer latex export of included partial files
Previous by thread:
[O] Bug: Column view in the agenda does not clean up ITEM [7.7]
Next by thread:
Re: [O] problem with code blocks
Index(es):
Date
Thread