From mboxrd@z Thu Jan 1 00:00:00 1970 From: LanX Subject: Re: problem with code blocks Date: Mon, 8 Aug 2011 08:58:13 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd312fc8f62e104a9f8f8a3 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqJmy-0005us-Nl for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 02:58:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqJmx-0003hX-RV for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 02:58:16 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:49250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqJmx-0003hG-Ff for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 02:58:15 -0400 Received: by pzk36 with SMTP id 36so2053848pzk.17 for ; Sun, 07 Aug 2011 23:58:14 -0700 (PDT) In-Reply-To: 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: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org --000e0cd312fc8f62e104a9f8f8a3 Content-Type: text/plain; charset=ISO-8859-1 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,2,3}; #+END_Example ---------------------------------------------- type C-c C-e d (or C-c C-e L) --000e0cd312fc8f62e104a9f8f8a3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Aloha Thomas,

Thanks for the suggestion, but the problem persists!<= br>
Only replacing the "0" with an "a" helps.


----------------------------------------------
#+LaTeX_CLASS: b= eamer
#+startup: beamer

* Lanx
** title

#+BEGIN_Example perl
= =A0grep { $_ ->[a] }=A0=A0=A0=A0=A0 # <- 0 fails
=A0X{1,2,3} X{1,2= ,3} X{1,2,3};
#+END_Example

----------------------------------------------

type C-c C-e d=A0 (or= C-c C-e L)
--000e0cd312fc8f62e104a9f8f8a3--