From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: [bug] lists followed by : has wrong indent Date: Wed, 20 Dec 2006 19:39:18 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gx7Hv-0003Qn-EO for emacs-orgmode@gnu.org; Wed, 20 Dec 2006 14:39:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gx7Ht-0003NU-FU for emacs-orgmode@gnu.org; Wed, 20 Dec 2006 14:39:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gx7Ht-0003N6-49 for emacs-orgmode@gnu.org; Wed, 20 Dec 2006 14:39:37 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gx7Hr-0007hc-TS for emacs-orgmode@gnu.org; Wed, 20 Dec 2006 14:39:36 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gx7Hl-0003KE-D0 for emacs-orgmode@gnu.org; Wed, 20 Dec 2006 20:39:29 +0100 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Dec 2006 20:39:29 +0100 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Dec 2006 20:39:29 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= Hi all, [Emacs 23.0.0.4 20061218, default org: 4.56b] The test file and its html export are attached. The issue is a paragraph marked with : following a list will have an indent as the list items. But if anything is put in between, org will identify the end of the list and use a different indent. Is this intentional or a bug? --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=test.org Content-Description: test.org * Test 1 - item 1 - item 2 : Is this correctly indented * Test 2 - item 1 - item 2 anything : Is this correctly indented --=-=-= Content-Type: text/html Content-Disposition: attachment; filename=test.html Content-Description: test.html test

test

Table of Contents

1 Test 1

  • item 1
  • item 2

     Is this correctly indented
    

2 Test 2

  • item 1
  • item 2
anything
 Is this correctly indented

Author: Shidai Liu, Leo <shidai.liu@gmail.com>

Date: 2006/12/20 07:37:05 PM

--=-=-= -- Leo (GPG Key: 9283AA3F) --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Re: [bug] lists followed by : has wrong indent Date: Mon, 08 Jan 2007 17:52:28 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H3yn8-0003sA-UW for emacs-orgmode@gnu.org; Mon, 08 Jan 2007 13:00:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H3yn6-0003rH-VU for emacs-orgmode@gnu.org; Mon, 08 Jan 2007 13:00:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3yn6-0003rD-Ok for emacs-orgmode@gnu.org; Mon, 08 Jan 2007 13:00:12 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H3yn4-0003lD-UK for emacs-orgmode@gnu.org; Mon, 08 Jan 2007 13:00:11 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1H3ymw-0001Kk-5y for emacs-orgmode@gnu.org; Mon, 08 Jan 2007 19:00:02 +0100 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jan 2007 19:00:02 +0100 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jan 2007 19:00:02 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org > [Emacs 23.0.0.4 20061218, default org: 4.56b] > > The test file and its html export are attached. The issue is a > paragraph marked with : following a list will have an indent as the > list items. But if anything is put in between, org will identify the > end of the list and use a different indent. Is this intentional or a > bug? > > * Test 1 > - item 1 > - item 2 > > : Is this correctly indented > > * Test 2 > - item 1 > - item 2 > > anything > : Is this correctly indented Is this a bug or intentional? -- Leo (GPG Key: 9283AA3F) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [bug] lists followed by : has wrong indent Date: Tue, 6 Feb 2007 11:44:50 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HENoj-0004wP-W0 for emacs-orgmode@gnu.org; Tue, 06 Feb 2007 05:44:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HENoh-0004vX-DG for emacs-orgmode@gnu.org; Tue, 06 Feb 2007 05:44:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HENog-0004vS-OC for emacs-orgmode@gnu.org; Tue, 06 Feb 2007 05:44:50 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HENog-0007Lh-6K for emacs-orgmode@gnu.org; Tue, 06 Feb 2007 05:44:50 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Leo Cc: emacs-orgmode@gnu.org Hi Leo I have decided to treat this as "intentional". Paragraphs with ":" are not considered as changing the list level you are no, even if they are indented less than the current list. I believe this also makes sense because fixed-width text (normally quoting code or something like this) usually has an introductory sentence before it. Thanks for the report. - Carsten On Dec 20, 2006, at 20:39, Leo wrote: > Hi all, > > [Emacs 23.0.0.4 20061218, default org: 4.56b] > > The test file and its html export are attached. The issue is a > paragraph marked with : following a list will have an indent as the > list items. But if anything is put in between, org will identify the > end of the list and use a different indent. Is this intentional or a > bug? > > > -- > Leo (GPG Key: 9283AA3F) > _______________________________________________ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Re: [bug] lists followed by : has wrong indent Date: Wed, 07 Feb 2007 01:34:57 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HEbiN-0003mT-DO for emacs-orgmode@gnu.org; Tue, 06 Feb 2007 20:35:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HEbiM-0003m1-UZ for emacs-orgmode@gnu.org; Tue, 06 Feb 2007 20:35:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEbiM-0003lv-Lx for emacs-orgmode@gnu.org; Tue, 06 Feb 2007 20:35:14 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HEbiM-0007Vh-1s for emacs-orgmode@gnu.org; Tue, 06 Feb 2007 20:35:14 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HEbiB-00020N-8o for emacs-orgmode@gnu.org; Wed, 07 Feb 2007 02:35:04 +0100 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Feb 2007 02:35:03 +0100 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Feb 2007 02:35:03 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 2007-02-06, Carsten Dominik said: > Hi Leo > > I have decided to treat this as "intentional". Paragraphs with ":" > are not considered as changing the list level you are no, even if > they are indented less than the current list. I believe this also > makes sense because fixed-width text (normally quoting code or > something like this) usually has an introductory sentence before it. > > Thanks for the report. > > - Carsten I am fine with the decision. -- Leo (GPG Key: 9283AA3F)