all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-indent-mode shows "noise" in the left-hand margin when using some themes
@ 2017-06-19  2:11 Forrest Sedgwick
  2017-06-19 10:37 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Forrest Sedgwick @ 2017-06-19  2:11 UTC (permalink / raw)
  To: emacs-orgmode

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

Hello,

1. Open the attached org file using emacs -Q org-indent-text.org
I have emacs version "GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+
Version 3.22.10) of 2017-04-22" and thus org version 8.2.10

2. Change to a built-in dark theme: (load-theme 'tsdh-dark)

3. SHIFT-TAB a bit, everything looks fine.

4. Open another emacs using:
emacs -Q -l minimal-org.el org-indent-text.org

5. Now it is org-version 9.0.8.

6. Change to built-in dark theme: (load-theme 'tsdh-dark)

7. SHIFT-TAB a bit, notice that there is subtle "noise" on the left
side in the line-prefix. I've attached a screenshot to show what I'm
talking about. I haven't tried different versions of org to see where
this behavior begins. This also happens on some other themes with dark
backgrounds, but so far it doesn't happen with light backgrounds. Or
if it does it's completely invisible.

Thanks for the help,
-Forrest

[-- Attachment #2: minimal-org.el --]
[-- Type: text/x-emacs-lisp, Size: 272 bytes --]

;;; Minimal setup to load latest 'org-mode'
     
;; activate debugging
(setq debug-on-error t
      debug-on-signal nil
      debug-on-quit nil)

;; add latest org-mode to load path
(add-to-list 'load-path (expand-file-name "/home/sedgwick/.emacs.d/elpa/org-20170606"))


[-- Attachment #3: org-indent-text.org --]
[-- Type: application/vnd.lotus-organizer, Size: 98 bytes --]

[-- Attachment #4: org-indent.png --]
[-- Type: image/png, Size: 5057 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-19 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-19  2:11 org-indent-mode shows "noise" in the left-hand margin when using some themes Forrest Sedgwick
2017-06-19 10:37 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.