emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Playing down the text in org-mode


From: fatiparty
Subject: Playing down the text in org-mode
Date: Fri, 14 Jan 2022 21:25:08 +0100 (CET)

Jan 15, 2022, 08:00 by maciaschain@posteo.net:

> fatiparty--- via "General discussions about Org-mode." writes:
>
>> What is the face name associated with inline footnotes?
>>
>
> M-x describe-face RET Is your friend. Place the cursor on any inline
> note, run this command and you will see that the face you need to modify
> is called `org-footnote'.
>
Very useful thing.


> M-: (info "(elisp)faces") RET
>
> With this you have at your disposal all the information about faces, how
> to manipulate them, etc.
>
> I use a lot the `set-face-attribute' function in my init, to modify some
> things of the theme that I have loaded. For example, if you want to
> change the color of your notes and make them a little smaller in size:
>
> (set-face-attribute 'org-footnote nil :foreground "DimGray" :height 0.9)
>

Have done

(set-face-attribute 'org-footnote nil 
   :foreground "d2691e"  :height 0.8  :width :extended  :weight :normal  
:underline "red")

But this is giving "error: Invalid face, org-footnote"


> Best regards,
>
> Juan Manuel
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]