Function: org-fontify-meta-lines-and-blocks
org-fontify-meta-lines-and-blocks is a byte-compiled function defined
in org.el.gz.
Signature
(org-fontify-meta-lines-and-blocks LIMIT)
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-fontify-meta-lines-and-blocks (limit)
(condition-case-unless-debug nil
(org-fontify-meta-lines-and-blocks-1 limit)
(error (message "Org mode fontification error in %S at %d"
(current-buffer)
(line-number-at-pos)))))