emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Price <moptop99@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: semi-visible stars?
Date: Thu, 1 Dec 2016 10:22:14 -0500	[thread overview]
Message-ID: <CAN_Dec_4+v6+PMDGtgB91akuGXVA8vvcWHLFMA-rwK9n4FMpnw@mail.gmail.com> (raw)
In-Reply-To: <CAN_Dec8QgvY5x_izE0SSAhAztE7tEugQquvK0gbmuQBeuyWNoA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]

On Wed, Nov 30, 2016 at 3:41 PM, Matt Price <moptop99@gmail.com> 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
>
>

[-- Attachment #2: Type: text/html, Size: 2082 bytes --]

      reply	other threads:[~2016-12-01 15:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-30 20:41 semi-visible stars? Matt Price
2016-12-01 15:22 ` Matt Price [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAN_Dec_4+v6+PMDGtgB91akuGXVA8vvcWHLFMA-rwK9n4FMpnw@mail.gmail.com \
    --to=moptop99@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).