From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Maihofer Subject: Re: [ANN] Changes to lists Date: Wed, 26 Jan 2011 15:15:46 +0000 (UTC) Message-ID: References: <87k4hve0y7.wl%n.goaziou@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52545 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiAHp-0007rR-IC for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 13:40:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiAHo-0003vH-LZ for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 13:40:09 -0500 Received: from lo.gmane.org ([80.91.229.12]:58171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiAHo-0003uy-El for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 13:40:08 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PiAHm-0005Ue-63 for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 19:40:06 +0100 Received: from 193.200.162.41 ([193.200.162.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Jan 2011 19:40:06 +0100 Received: from ignoramus by 193.200.162.41 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Jan 2011 19:40:06 +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 Nicolas, Nicolas Goaziou gmail.com> writes: > I would like to announce, and submit to discussion, some list code > upgrades. So, let me introduce the changes done in development branch: Great! Thanks a lot. I just tested the inline task part and have an issue with demoting of list items, please see below. > As a special case, inline tasks, though starting at column 0, are > always considered part of the first item above in the list. > Consider the following example, with (require 'org-inlinetask), > and try moving first sub-item, or exporting: > > - A list with > + A sub-list > *************** TODO Stuff waiting > 1. First good reason to delay the task > 2. Second good reason to delay it > *************** END > + Another sub-item Pressing M- with the cursor on "Item 2" in the example below inserts a space before the inline task, so that it's no longer recognized as a task. ----------------------------------- Example ---------------------------------- - Item 1 - Item 2 - Item 2.1 *************** Inline Task Text *************** END - Item 2.2 - Item 3 ------------------------------------------------------------------------------- Kind regards, Karl