summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorIhor Radchenko <yantar92@posteo.net>2024-05-17 14:04:00 +0300
committerIhor Radchenko <yantar92@posteo.net>2024-05-17 14:04:00 +0300
commitea8ed59c0279b8fc29a91adb336cb13b2b815b59 (patch)
treec6e0a3e99572a3dc2cc7b5d41f146a7db17eb352 /etc
parentb4d17c0629f7ad944946fb170d45297edcbb9904 (diff)
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
Diffstat (limited to 'etc')
-rw-r--r--etc/ORG-NEWS4
1 files changed, 3 insertions, 1 deletions
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.