emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kepa <gnu.cognition199@slmails.com>
To: Ihor Radchenko <yantar92@posteo.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: I can't make a custom face to take effect
Date: Sat, 30 Mar 2024 13:15:09 +0100	[thread overview]
Message-ID: <171180091582.7.15421891331458324501.297511397@slmails.com> (raw)
In-Reply-To: <87a5mg0wsg.fsf@localhost>

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

You're right, I moved it near the top of my init file, and it works


Solved!

Thanks

On 30/03/2024 12:43, yantar92 at posteo.net wrote:
> Kepa<gnu.cognition199@slmails.com>  writes:
>
>> I have added a custom face, but it doesn't work unless I do "M-x
>> org-mode-restart".
>>
>> The custom face:
>>
>> (defun yant/apply-custom-faces ()
>>     (add-to-list 'org-font-lock-extra-keywords
>> '("(\\([^)]*?[A-Z]+[^)]+?[0-9]\\{3,4\\}[^)]*\\))" . (0 'shadow prepend))
>> 'append))
>>
>> (add-hook 'org-font-lock-set-keywords-hook #'yant/apply-custom-faces)
>>
>> I have tried saving the desktop manually, but it doesn't take effect, I
>> have to reload org-mode each session.
> I suspect that the part of your config defining the hook is loaded too
> late. Try to reproduce the problem starting from emacs -Q, as described
> inhttps://orgmode.org/manual/Feedback.html#Feedback
>

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

      reply	other threads:[~2024-03-30 12:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-30 11:33 I can't make a custom face to take effect Kepa
2024-03-30 11:43 ` Ihor Radchenko
2024-03-30 12:15   ` Kepa [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=171180091582.7.15421891331458324501.297511397@slmails.com \
    --to=gnu.cognition199@slmails.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=yantar92@posteo.net \
    /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).