Function: org-texinfo-italic

org-texinfo-italic is a byte-compiled function defined in ox-texinfo.el.gz.

Signature

(org-texinfo-italic ITALIC CONTENTS INFO)

Documentation

Transcode ITALIC from Org to Texinfo.

CONTENTS is the text with italic markup. INFO is a plist holding contextual information.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
;;;; Italic

(defun org-texinfo-italic (_italic contents info)
  "Transcode ITALIC from Org to Texinfo.
CONTENTS is the text with italic markup.  INFO is a plist holding
contextual information."
  (org-texinfo--text-markup contents 'italic info))