From mboxrd@z Thu Jan 1 00:00:00 1970 From: S S Subject: Re: Bug: Literal Examples are malformed in exports (to html/tex) [8.0.3 (release_8.0.3-165-g60ca9e @ /home/quazimodo/.emacs.d/vendor/org-mode/lisp/)] Date: Thu, 30 May 2013 05:45:18 +1000 Message-ID: References: <87d2s9629y.fsf@gmail.com> <8761y1hab7.fsf@gmail.com> <871u8ph9r5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff1bf761f3bba04dde09f06 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhmJL-00025N-H4 for emacs-orgmode@gnu.org; Wed, 29 May 2013 15:45:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhmJE-0000VK-CX for emacs-orgmode@gnu.org; Wed, 29 May 2013 15:45:27 -0400 Received: from mail-pd0-f169.google.com ([209.85.192.169]:51646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhmJE-0000V9-2Q for emacs-orgmode@gnu.org; Wed, 29 May 2013 15:45:20 -0400 Received: by mail-pd0-f169.google.com with SMTP id y11so9400531pdj.28 for ; Wed, 29 May 2013 12:45:18 -0700 (PDT) In-Reply-To: <871u8ph9r5.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --e89a8ff1bf761f3bba04dde09f06 Content-Type: text/plain; charset=ISO-8859-1 On Thu, May 30, 2013 at 5:22 AM, Nicolas Goaziou wrote: > S S writes: > > > I've no Idea what an ECM is :( If you let me know I'll see if I can > provide > > it. > > It stands for "complete minimal example", i.e. enough information so > that I can reproduce it. I probably don't need your complete Org file, > but I'd appreciate that you bisect it to find out the wrong parts. > > Things are getting even weirder, trying to mock up an ECM for you now and my emacs started stuttering, is hung at 100% CPU. Wasn't getting any of this with built-in 7.8.11. Maybe have a frankenorg situation going on. I'll investigate a bit more. > > Also I found that one of the example blocks had: > >
> >

(defun org-xor (a b)"Exclusive or."(if a (not b) b))

> >
> > > > However this example block did not preserve tabs, etc and did not have > the > > grey box, etc. > > It's because

tag should be