emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] bug: org-mouse broken


From: Michael Brand
Subject: Re: [O] bug: org-mouse broken
Date: Thu, 3 Nov 2011 19:03:13 +0100

Hi Nicolas

Thanks for applying

commit dfcb6faef11a2439b56b18a6289803361d402130
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Aug 25 01:58:29 2011 +0200

    Provide more consistent regexps for headlines

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-<n>
- hidestars does not hide any more

#+begin_src org
  ,#+STARTUP: odd showall hidestars
  ,* section
  ,*** COMMENT subsection
  ,*** QUOTE subsection
  ,*** TODO subsection
#+end_src

Michael



reply via email to

[Prev in Thread] Current Thread [Next in Thread]