From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: hidestarsfile: "hidestars" for file Date: Thu, 9 Feb 2012 19:57:41 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvZBg-00060a-M4 for emacs-orgmode@gnu.org; Thu, 09 Feb 2012 13:57:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvZBf-0000Qu-E3 for emacs-orgmode@gnu.org; Thu, 09 Feb 2012 13:57:44 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:63433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvZBf-0000QA-8f for emacs-orgmode@gnu.org; Thu, 09 Feb 2012 13:57:43 -0500 Received: by wibhj13 with SMTP id hj13so1873798wib.0 for ; Thu, 09 Feb 2012 10:57:41 -0800 (PST) In-Reply-To: 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: Org Mode Hi all On Fri, Feb 3, 2012 at 17:43, Michael Brand wrote: > I am still uncertain about if this could be made Org-mode-specific to > cover more use cases: When switching between Org mode and another > major mode like Fundamental mode [...] Now I see that for testing how a hidestarsfile looks like in a file viewer or simple editor, preferred over switching the major mode is: Just stay in Org mode and with org-hide-leading-stars still enabled from before, temporarily change only the look: #+BEGIN_SRC emacs-lisp (visible-mode 1) (my-disable-font-lock-except-org-hide) #+END_SRC I have not yet much of an idea how to do this: Disable font lock for all faces except the face org-hide. What possibilities are there? Michael