From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: bug: org-mouse broken Date: Thu, 03 Nov 2011 21:43:58 +0100 Message-ID: <8762j1gcmp.fsf@gmail.com> References: <878vpgacc2.fsf@gmail.com> <874o04a0yf.fsf@gmail.com> <87zkhv8aya.fsf@gmail.com> <87ipochdeq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RM4A6-0001cs-7L for emacs-orgmode@gnu.org; Thu, 03 Nov 2011 16:45:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RM4A4-0002Sy-V7 for emacs-orgmode@gnu.org; Thu, 03 Nov 2011 16:45:22 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:48850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RM4A4-0002Ss-PC for emacs-orgmode@gnu.org; Thu, 03 Nov 2011 16:45:20 -0400 Received: by wyg24 with SMTP id 24so2057528wyg.0 for ; Thu, 03 Nov 2011 13:45:20 -0700 (PDT) In-Reply-To: (Michael Brand's message of "Thu, 3 Nov 2011 19:03:13 +0100") 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: Michael Brand Cc: emacs-orgmode@gnu.org Hello, Michael Brand writes: > Git bisect finds it as the reason of a fontification issue of > headings with the keyword COMMENT or QUOTE: > - the face falls back from org-special-keyword to org-level- > - hidestars does not hide any more > > #+begin_src org > ,#+STARTUP: odd showall hidestars > ,* section > ,*** COMMENT subsection > ,*** QUOTE subsection > ,*** TODO subsection > #+end_src I have pushed a fix in master. Thanks for reporting this. Regards, -- Nicolas Goaziou