[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-table-row face
From: |
Colin Baxter |
Subject: |
Re: org-table-row face |
Date: |
Mon, 13 May 2024 21:16:29 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (gnu/linux) |
>>>>> Ihor Radchenko <yantar92@posteo.net> writes:
> Colin Baxter <m43cap@yandex.com> writes:
>> I read in ORG-NEWS
>>
>> --8<---------------cut here---------------start------------->8---
>> Now, new ~org-table-row~ face is used on the whole table row
>> lines, including indentation and the final newline. This face, by
>> default, inherits from ~org-table~ face.
>>
>> If the new behavior is not desired, ~org-table-row~ face can be
>> changed to inherit from ~default~ face. --8<---------------cut
>> here---------------end--------------->8---
>>
>> It most certainly is not desired, at least not by me. However, I
>> find the remedy opaque: "org-table-row face can be changed from
>> inherit from default face". What do I actually have to do to
>> achieve this?
> Set 'inherit property of the face. For example, see 51.1.5
> Customizing Faces.
Thanks, so presumably I just use set-face-attribute.
> Would it help if I add a link to that manual page from ORG-NEWS?
Yes, thanks again.
Colin.