From: LanX <lanx.perl@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: problem with code blocks
Date: Mon, 8 Aug 2011 01:45:14 +0200 [thread overview]
Message-ID: <CAGzSEhe+DOgDFFmhGmB5TNmY0BO67wT7b1v9N1MEoz-hRmsxCg@mail.gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2011-08-07 23:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-07 23:45 LanX [this message]
2011-08-07 23:48 ` problem with code blocks LanX
2011-08-07 23:57 ` Thomas S. Dye
2011-08-08 6:58 ` LanX
2011-08-08 7:47 ` Sebastien Vauban
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=CAGzSEhe+DOgDFFmhGmB5TNmY0BO67wT7b1v9N1MEoz-hRmsxCg@mail.gmail.com \
--to=lanx.perl@googlemail.com \
--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).