Function: mm-display-org-inline

mm-display-org-inline is a byte-compiled function defined in mm-view.el.gz.

Signature

(mm-display-org-inline HANDLE)

Documentation

Show an Org mode text from HANDLE inline.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-view.el.gz
(defun mm-display-org-inline (handle)
  "Show an Org mode text from HANDLE inline."
  (mm-display-inline-fontify handle 'org-mode))