From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Resolve regexp ambiguity for item headers Date: Wed, 19 Sep 2012 18:51:10 +0200 Message-ID: <87ehlyhs75.fsf@bzg.ath.cx> References: <504DE922.1000707@oracle.com> <87ehm93fd7.fsf@gmail.com> <504E4118.3040700@oracle.com> <87627jthx4.fsf@gmail.com> <87d31iml1c.fsf@bzg.ath.cx> <50598E2C.5010707@oracle.com> <87ipbadshx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TENUY-0005vX-8n for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 12:51:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TENUX-0002zy-71 for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 12:51:14 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:59289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TENUX-0002yg-0i for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 12:51:13 -0400 Received: by wgbdt14 with SMTP id dt14so724737wgb.30 for ; Wed, 19 Sep 2012 09:51:12 -0700 (PDT) In-Reply-To: <87ipbadshx.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 19 Sep 2012 15:58:18 +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: Nicolas Goaziou Cc: emacs-orgmode , Mats Kindahl Hi Nicolas, Nicolas Goaziou writes: > There's room from improvement, though: I find strange that "**** " is > a valid empty headline while "****" isn't. This I find natural. The prefix for headlines includes the whitespace, so the whitespace is needed for empty headlines too. Also, people might want to use lines matching "^*+$" (to separate paragraphs or whatever.) 2 cts of course, -- Bastien