From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: Re: semi-visible stars? Date: Thu, 1 Dec 2016 10:22:14 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1141cb54e5357205429a62d2 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCTBi-00032k-0k for emacs-orgmode@gnu.org; Thu, 01 Dec 2016 10:22:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCTBg-0005bS-Ta for emacs-orgmode@gnu.org; Thu, 01 Dec 2016 10:22:18 -0500 Received: from mail-io0-x22b.google.com ([2607:f8b0:4001:c06::22b]:36150) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cCTBg-0005b7-Mb for emacs-orgmode@gnu.org; Thu, 01 Dec 2016 10:22:16 -0500 Received: by mail-io0-x22b.google.com with SMTP id m5so290885548ioe.3 for ; Thu, 01 Dec 2016 07:22:16 -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" To: Org Mode --001a1141cb54e5357205429a62d2 Content-Type: text/plain; charset=UTF-8 On Wed, Nov 30, 2016 at 3:41 PM, Matt Price wrote: > I have been fooling around a little bit with color-themes and also the new > emacs 24+ custom themes, and find that (perhaps because of using > desktop-mode) there are certain traces of the theming that get left behind > in the display even when I've restarted Emacs after trying hard to erase > them. > > One of these is the frequent appearance of pale stars even when > org-indent-mode is turned on. See the attached screenshot for details. > The initial stars in a lower-level headline are visible, as are leading > stars in front of the indented text. I find this quite distracting! Does > anyone know what might be causing this, how I can get rid of them, and also > how I would in general go about figuring out how to identify the cause of > similar appearance-related issues in Emacs? > I just navigated to org-faces.el and executed M-C-x on this defface: (defface org-hide '((((background light)) (:foreground "white")) (((background dark)) (:foreground "black"))) "Face used to hide leading stars in headlines. The foreground color of this face should be equal to the background color of the frame." :group 'org-faces) problem solved. Sorry for the noise. > Thank you! > > Matt > > --001a1141cb54e5357205429a62d2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Wed, Nov 30, 2016 at 3:41 PM, Matt Price <moptop99@gmail.com&g= t; wrote:
I have been fooling around a little bit with col= or-themes and also the new emacs 24+ custom themes, and find that (perhaps = because of using desktop-mode) there are certain traces of the theming that= get left behind in the display even when I've restarted Emacs after tr= ying hard to erase them.=C2=A0

One of these is the frequent a= ppearance of pale stars even when org-indent-mode is turned on.=C2=A0 See t= he attached screenshot for details.=C2=A0 The initial stars in a lower-leve= l headline are visible, as are leading stars in front of the indented text.= =C2=A0 I find this quite distracting! Does anyone know what might be causin= g this, how I can get rid of them, and also how I would in general go about= figuring out how to identify the cause of similar appearance-related issue= s in Emacs?

I just na= vigated to org-faces.el and executed M-C-x on this defface:

(defface= org-hide
=C2=A0 '((((background light)) (:foreground "white&qu= ot;))
=C2=A0=C2=A0=C2=A0 (((background dark)) (:foreground "black&q= uot;)))
=C2=A0 "Face used to hide leading stars in headlines.
Th= e foreground color of this face should be equal to the background
color = of the frame."
=C2=A0 :group 'org-faces)

prob= lem solved.=C2=A0 Sorry for the noise.=C2=A0


Tha= nk you!

=
Matt
<= br>

--001a1141cb54e5357205429a62d2--