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:03:03 +0200 Message-ID: <87mxgfrel4.fsf@gnu.org> References: <1240511841.2591431310664738370.JavaMail.root@zimbra29-e5.priv.proxad.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhgAP-0002x8-OB for emacs-orgmode@gnu.org; Fri, 15 Jul 2011 07:02:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhgAL-0002bl-Du for emacs-orgmode@gnu.org; Fri, 15 Jul 2011 07:02:45 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:47279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhgAK-0002bf-TI for emacs-orgmode@gnu.org; Fri, 15 Jul 2011 07:02:41 -0400 Received: by fxd18 with SMTP id 18so2173278fxd.39 for ; Fri, 15 Jul 2011 04:02:39 -0700 (PDT) In-Reply-To: <1240511841.2591431310664738370.JavaMail.root@zimbra29-e5.priv.proxad.net> (harven@free.fr's message of "Thu, 14 Jul 2011 19:32:18 +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: > Starting with emacs -Q (this is emacs 23.2 together with org-mode > 6.33), This version of Org is quite old -- for bug reports, we encourage people to check against the latest version. > execute in the scratch buffer > (setq outline-regexp "[•\f]+") > so as to use a bullet 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. > > Then go to the first heading. TAB folds the text as expected. I cannot reproduce this in Emacs 24.1 and Org 7.6 (latest git version). In fact, things are even worse here, the headline is not recognized as such when (setq outline-regexp "[•\f]+") Thanks, -- Bastien