From ea8ed59c0279b8fc29a91adb336cb13b2b815b59 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Fri, 17 May 2024 14:04:00 +0300 Subject: [PATCH] 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 --- etc/ORG-NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 4c72401c7..cb09b2e64 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -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.