From mboxrd@z Thu Jan 1 00:00:00 1970 From: LanX Subject: problem with code blocks Date: Mon, 8 Aug 2011 01:45:14 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd154aa0cdf9b04a9f2ec8c Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqD1y-0004bK-7Z for emacs-orgmode@gnu.org; Sun, 07 Aug 2011 19:45:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqD1v-00025G-NQ for emacs-orgmode@gnu.org; Sun, 07 Aug 2011 19:45:18 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:50595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqD1v-00024u-K0 for emacs-orgmode@gnu.org; Sun, 07 Aug 2011 19:45:15 -0400 Received: by gwaa20 with SMTP id a20so882400gwa.0 for ; Sun, 07 Aug 2011 16:45:14 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --000e0cd154aa0cdf9b04a9f2ec8c Content-Type: text/plain; charset=ISO-8859-1 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 --000e0cd154aa0cdf9b04a9f2ec8c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi

hier a ECM which fails

-----------------------
#+LaTeX_= CLASS: beamer
#+startup: beamer

* title

#+BEGIN_Example: p= erl
=A0grep { $_ ->[0] }
=A0 X{1,2,3} X{1,2,3} X{1,2,3};
#+END= _Example:
---------------------------

originally I tried Begin_src but I wante= d to be sure that it has not to do with highlighting.

I get the mess= age "if: Wrong type argument: stringp, nil"

But deleting t= he [0] solves the problem

-----------------------------
#+BEGIN_Example: perl
=A0grep { $_ -> }
=A0 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 apprecia= ted!!!

Cheers
=A0Rolf
--000e0cd154aa0cdf9b04a9f2ec8c--