emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kepa <gnu.cognition199@slmails.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: HELP: org-levels customization
Date: Sat, 5 Oct 2024 12:25:24 +0000	[thread overview]
Message-ID: <172813112969.8.13367983094857062613.454156363@slmails.com> (raw)

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

Hi

I am encountering an issue while trying to customize the headlines in Org-mode.
I have taken the customization lines, corresponding to org-levels, from custom-set-faces to the body of my init file. So I have now this:

(set-face-attribute 'org-default nil :inherit 'default :family "Atkinson Hyperlegible" :foreground "#FFFFFF" :height 1.0)
(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)

PROBLEM:
When I evaluate (describe-face) on any headline level, it consistently reports that it is org-level-1.
Additionally, the attributes I set for org-level-2 and lower levels do not take effect; all headers are customized as org-level-1.

In Emacs -Q there is not this issue.
I have tried to not use :inherit. No result.
I have tried to just change the color of different org-levels. No change.
I have tried bug-hunter, but it hasn't been unable to identify the cause of the problem.

Every org-level seems to be org-level-1
What could it be?

Best regards,

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

             reply	other threads:[~2024-10-05 12:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-05 12:25 Kepa [this message]
2024-10-05 16:35 ` HELP: org-levels customization Dilip via General discussions about Org-mode.

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=172813112969.8.13367983094857062613.454156363@slmails.com \
    --to=gnu.cognition199@slmails.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).