Variable: org-font-lock-set-keywords-hook

org-font-lock-set-keywords-hook is a variable defined in org.el.gz.

Value

nil

Documentation

Functions that can manipulate org-font-lock-extra-keywords.

This is called after org-font-lock-extra-keywords is defined, but before it is installed to be used by font lock. This can be useful if something needs to be inserted at a specific position in the font-lock sequence.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-font-lock-extra-keywords nil) ;Dynamically scoped.

(defvar org-font-lock-set-keywords-hook nil
  "Functions that can manipulate `org-font-lock-extra-keywords'.
This is called after `org-font-lock-extra-keywords' is defined, but before
it is installed to be used by font lock.  This can be useful if something
needs to be inserted at a specific position in the font-lock sequence.")