From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Escaping again! Date: Sun, 01 Jun 2014 10:44:06 +0200 Message-ID: <877g51f295.fsf@gmail.com> References: <87ha478iyd.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wr1Md-0007fH-4G for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 04:43:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wr1MX-0000ts-Lw for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 04:43:35 -0400 In-Reply-To: <87ha478iyd.fsf@bzg.ath.cx> (Bastien's message of "Fri, 30 May 2014 16:00:42 +0200") 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: Bastien Cc: Rustom Mody , emacs-orgmode Hello, Bastien writes: > For now description lists accept both "-" and "+". I'm all for > allowing only "-" so that we could use=20 > > + \(+\) :: Int =E2=86=92 Int =E2=86=92 Int > + \(-\) :: Int =E2=86=92 Int =E2=86=92Int > + \(\leq\) :: Int =E2=86=92 Int =E2=86=92 Bool > + \(=3D\) :: Int =E2=86=92 Int =E2=86=92 Bool > > in your example. > > What do you and others think? I have no objection, with appropriate documentation, obviously.=20 Be careful, though, as some functions need to be updated accordingly: `org-list-struct', `org-element--list-struct', `org-at-item-description-p', `org-list-item-body-column', `org-at-item-timer-p', `org-list-insert-item'... The latter should probably use `org-at-item-description-p'. Regards, --=20 Nicolas Goaziou