From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Bug in new exporter: source block messes up list hierarchy Date: Fri, 2 Nov 2012 11:43:21 -0700 Message-ID: <20121102184319.GE21957@localhost> Reply-To: Hsiu-Khuern Tang Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUMDM-00033n-E5 for emacs-orgmode@gnu.org; Fri, 02 Nov 2012 14:43:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TUMDL-0004jK-F4 for emacs-orgmode@gnu.org; Fri, 02 Nov 2012 14:43:32 -0400 Received: from b.mail.sonic.net ([64.142.19.5]:48342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUMDL-0004j9-6Y for emacs-orgmode@gnu.org; Fri, 02 Nov 2012 14:43:31 -0400 Received: from eeebox (50-0-109-198.dsl.dynamic.sonic.net [50.0.109.198]) by b.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id qA2IhT3Q009065 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 2 Nov 2012 11:43:30 -0700 Received: from meimei by eeebox with local (Exim 4.77) (envelope-from ) id 1TUMDB-0002B1-7H for emacs-orgmode@gnu.org; Fri, 02 Nov 2012 11:43:21 -0700 Content-Disposition: inline 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 Hi all, Under the new exporter, if I export this to ascii: ------------------------------ #+TITLE: #+AUTHOR: #+OPTIONS: toc:nil * A 1. this 1. something #+begin_src r a <- 1 #+end_src 2. other ------------------------------ I get ------------------------------ 1 A === 1. this 1. something ,---- | a <- 1 `---- 1. other ------------------------------ Org seems to think that the source block does not belong to the inner or outer list. Strangely enough, I don't get this problem in either of these cases: - if the source block is in the outer list - if I use an example block instead of a source block Thanks! -- Best, Hsiu-Khuern.