etc/ORG-NEWS (Org mode now fontifies...): Add references to manual

* etc/ORG-NEWS (Org mode now fontifies whole table lines (including
newline) according to ~org-table~ face): Add references to the manual
that explain how to set face 'inherit attribute.

Link: https://orgmode.org/list/87le4dfowy.fsf@yandex.com
This commit is contained in:
Ihor Radchenko 2024-05-17 14:04:00 +03:00
parent b4d17c0629
commit ea8ed59c02
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 3 additions and 1 deletions

View File

@ -195,7 +195,9 @@ 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.
changed to inherit from ~default~ face. See "Customizing Faces"
section of Emacs manual or "Face Attribute Functions" section of Elisp
manual.
~org-table~ takes precedence over ~org-table-row~ for the parts of
table rows without indentation and newline.