From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Exzessive newlines in org-element item interpreter? Date: Sun, 19 Oct 2014 14:40:40 +0200 Message-ID: <87bnp86xmf.fsf@gmail.com> References: <87tx312j04.fsf@gmail.com> <87k33w36ci.fsf@nicolasgoaziou.fr> <87vbng7cf3.fsf@gmail.com> <87k33w7aei.fsf@gmail.com> <87bnp82x9w.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfpnB-0006uh-Fg for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 08:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xfpn5-0001iH-E1 for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 08:41:01 -0400 Received: from plane.gmane.org ([80.91.229.3]:44741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xfpn5-0001iD-7m for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 08:40:55 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xfpn3-0004kL-U1 for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 14:40:53 +0200 Received: from e178191179.adsl.alicedsl.de ([85.178.191.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Oct 2014 14:40:53 +0200 Received: from tjolitz by e178191179.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Oct 2014 14:40:53 +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: emacs-orgmode@gnu.org Nicolas Goaziou writes: Hello, > Thorsten Jolitz writes: > >> One more question: bullet strings are parsed 'as-is', but the >> interpreter seems to have its own logic that is a bit difficult to grok >> (or are there syntax errors too?): > > This is simple: ordered lists bullets are always "X.", where X is > a number and unordered lists are always "-". Thx for you answers (to my other post too). Just to get it straight: The conclusion of your answer above is that the item-interpreter cannot produce the complete org-mode syntax for plain-lists that is recognized by the parser and described in the manual? -- cheers, Thorsten