emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* problem with code blocks
@ 2011-08-07 23:45 LanX
  2011-08-07 23:48 ` LanX
  2011-08-07 23:57 ` Thomas S. Dye
  0 siblings, 2 replies; 5+ messages in thread
From: LanX @ 2011-08-07 23:45 UTC (permalink / raw)
  To: emacs-orgmode

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

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

[-- Attachment #2: Type: text/html, Size: 779 bytes --]

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

end of thread, other threads:[~2011-08-08  7:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-07 23:45 problem with code blocks LanX
2011-08-07 23:48 ` LanX
2011-08-07 23:57 ` Thomas S. Dye
2011-08-08  6:58   ` LanX
2011-08-08  7:47     ` Sebastien Vauban

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