From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: how to change the headline starter * Date: Thu, 14 Jul 2011 17:47:17 +0200 Message-ID: <87oc0wx3sq.fsf@gnu.org> References: <1016444425.2577651310651584384.JavaMail.root@zimbra29-e5.priv.proxad.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhO7s-0002ah-Lz for emacs-orgmode@gnu.org; Thu, 14 Jul 2011 11:46:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhO7r-0002L7-05 for emacs-orgmode@gnu.org; Thu, 14 Jul 2011 11:46:56 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:46659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhO7q-0002L3-JM for emacs-orgmode@gnu.org; Thu, 14 Jul 2011 11:46:54 -0400 Received: by fxd18 with SMTP id 18so1013157fxd.39 for ; Thu, 14 Jul 2011 08:46:53 -0700 (PDT) In-Reply-To: <1016444425.2577651310651584384.JavaMail.root@zimbra29-e5.priv.proxad.net> (harven@free.fr's message of "Thu, 14 Jul 2011 15:53:04 +0200 (CEST)") 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: harven@free.fr Cc: emacs-orgmode@gnu.org harven@free.fr writes: > (setq outline-regexp "[-\f]+") > so as to use - as the headline starter character in outline mode. > Switch to another buffer, enter the text > > - first heading > -- second heading > some stuff here > > Activate org-mode. M-x org-mode. You should not do this. org-mode lists start with a "-", using this character for headlines will just confuse things. Can't you live with the "*" as the headline character? My 2 cents, -- Bastien