-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
White margin in indented org-mode files #43
Comments
From: Luis Osa ***@***.***>
Date: Tue, 4 Jun 2024 04:59:04 -0700
## Description
On using `ef-themes`, all Org files started to show a white left
margin in all places where text is indented, such as headings and
body.
I think what is happening is that somewhere in your configuration there
is a setting for the 'org-indent' face. Can you check? It may be in that
"Custom" snippet of code that Emacs automatically appends to your init
file by default (or inside the 'custom-file' if you are defining that).
…--
Protesilaos Stavrou
https://protesilaos.com
|
No, that does not seem to be the case. If I grep through my whole configuration looking for $ cd .config/emacs
$ rg org-indent
(no output) |
BTW, thank you very much for your work on these themes! I am reporting the issue in case anyone else has found similar problems ... |
From: Luis Osa ***@***.***>
Date: Tue, 4 Jun 2024 07:28:46 -0700
No, that does not seem to be the case. If I grep through my whole configuration looking for `org-indent`, the result is 0 hits.
```shell
$ cd .config/emacs
$ rg org-indent
(no output)
```
What is the output of 'M-x describe-face' for the 'org-indent' face?
…--
Protesilaos Stavrou
https://protesilaos.com
|
|
From: Luis Osa ***@***.***>
Date: Mon, 10 Jun 2024 12:21:41 -0700
[... 30 lines elided]
Inherit: (fixed-pitch org-hide)
Thanks! Please do the same for 'org-hide' and for anything that
inherits. We need to know what the source of this colour is.
…--
Protesilaos Stavrou
https://protesilaos.com
|
Aha! apparently it's
There is an associated configuration |
Description
On using
ef-themes
, all Org files started to show a white left margin in all places where text is indented, such as headings and body.My configuration for using
ef-themes
is this:My (relevant) configuration for org-mode, with only one variable set,
org-startup-indented
. Commenting out this variable solves the issue:However, the problem seems to also happen when the org-mode file uses the option
#+STARTUP: indent
. Both the variable and the startup option are associated to org-indent-mode, a minor mode of org-mode.This affects all
ef-themes
, but it is much more noticeable in a dark theme.Screenshots
Effect of
org-startup-indented
Effect of
#+STARTUP: indent
Effect on a light theme
The text was updated successfully, but these errors were encountered: