From: Dilip via "General discussions about Org-mode." <emacs-orgmode@gnu.org>
To: emacs-orgmode@gnu.org
Cc: gnu.cognition199@slmails.com
Subject: Re: HELP: org-levels customization
Date: Sat,05 Oct 2024 22:05:40 +0530 [thread overview]
Message-ID: <87cyke7bj7.fsf@protonmail.com> (raw)
In-Reply-To: 172813112969.8.13367983094857062613.454156363@slmails.com
[-- Attachment #1: Type: text/plain, Size: 851 bytes --]
> In Emacs -Q there is not this issue.
This indicates the issue is with your config.
I suspect it can be from theme.
Are you sure there is no config editing org-level-* faces somewhere?
> (set-face-attribute 'org-level-1 nil :inherit 'org-default :height 1.5)
> (set-face-attribute 'org-level-2 nil :inherit 'org-level-1 :height 1.4)
> (set-face-attribute 'org-level-3 nil :inherit 'org-level-1 :height 1.2)
Also do note height work as an increment from inherited value. It does
override. So according to this config org-level-2 height will be 1.4x
times that of org-level-1.
> When I evaluate (describe-face) on any headline level, it consistently reports that it is org-level-1.
I assume you are calling it interactively (via M-x), this gets
completing-read and allows you to select. Maybe you got only org-level-1
and selectec it?
Try this,
[-- Attachment #2.1: Type: text/plain, Size: 172 bytes --]
#+begin_src elisp
(set-face-attribute 'org-level-1 nil :height 1.5 :foreground "#b4befe")
(set-face-attribute 'org-level-2 nil :height 1.4 :foreground "#f5deb5")
#+end_src
[-- Attachment #2.2: Type: text/html, Size: 985 bytes --]
[-- Attachment #3: Type: text/plain, Size: 109 bytes --]
Again, if it works in emacs -Q or vanilla org-mode. You need to debug
your init and theme.
--
Best,
Dilip
next prev parent reply other threads:[~2024-10-05 16:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-05 12:25 HELP: org-levels customization Kepa
2024-10-05 16:35 ` Dilip via General discussions about Org-mode. [this message]
2024-10-05 20:56 ` Kepa
2024-10-06 0:25 ` [SOLVED]: " Kepa
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=87cyke7bj7.fsf@protonmail.com \
--to=emacs-orgmode@gnu.org \
--cc=gnu.cognition199@slmails.com \
--cc=idlip@protonmail.com \
/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).