From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: how to change the headline starter * Date: Fri, 15 Jul 2011 13:50:17 +0200 Message-ID: <87aacfrcee.fsf@gnu.org> References: <1016444425.2577651310651584384.JavaMail.root@zimbra29-e5.priv.proxad.net> <87oc0wx3sq.fsf@gnu.org> <87liw0ek6b.fsf@nzebook.haselwarter.org> <8739i7ke8i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qhgu8-000359-HD for emacs-orgmode@gnu.org; Fri, 15 Jul 2011 07:50:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qhgu7-0002Zs-KN for emacs-orgmode@gnu.org; Fri, 15 Jul 2011 07:50:00 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:62076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qhgu7-0002Zo-Ce for emacs-orgmode@gnu.org; Fri, 15 Jul 2011 07:49:59 -0400 Received: by fxd18 with SMTP id 18so2222743fxd.39 for ; Fri, 15 Jul 2011 04:49:58 -0700 (PDT) In-Reply-To: <8739i7ke8i.fsf@gmail.com> (Nicolas Goaziou's message of "Fri, 15 Jul 2011 12:52:29 +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@gnu.org, Philipp Haselwarter Hi Nicolas, Nicolas Goaziou writes: > I think some parts of Org code use `outline-regexp', some others use > `org-outline-regexp' and some parts have it hard-coded. > > For the sake of consistency, It would certainly be a good idea to > generalize the use of `org-outline-regexp'. Actually, I think "*" _should_ be hardcoded. Org is a text format (.org) meant to be usable outside Emacs. Such a fundamental part of the format should be an invariant, easily recognized by any tool. What do you think? -- Bastien