UP | HOME

Org API

Table of Contents

Org-Compat API functions (org-compat.el)

org-compatible-face inherits specs

Make a compatible face specification. If inherits is an existing face and if the Emacs version supports it, just inherit the face. If inherits is set and the Emacs version does not support it, copy the face specification from the inheritance face. If inherits is not given and specs is, use specs to define the face. XEmacs and Emacs 21 do not know about the min-colors attribute. For them we convert a (min-colors 8) entry to a tty entry and move it to the top of the list. The min-colors attribute will be removed from any other entries, and any resulting duplicates will be removed entirely.

Documentation from the http://orgmode.org/worg/ website (either in its HTML format or in its Org format) is licensed under the GNU Free Documentation License version 1.3 or later. The code examples and css stylesheets are licensed under the GNU General Public License v3 or later.