Function: org-texinfo-underline
org-texinfo-underline is a byte-compiled function defined in
ox-texinfo.el.gz.
Signature
(org-texinfo-underline UNDERLINE CONTENTS INFO)
Documentation
Transcode UNDERLINE from Org to Texinfo.
CONTENTS is the text with underline markup. INFO is a plist holding contextual information.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
;;;; Underline
(defun org-texinfo-underline (_underline contents info)
"Transcode UNDERLINE from Org to Texinfo.
CONTENTS is the text with underline markup. INFO is a plist
holding contextual information."
(org-texinfo--text-markup contents 'underline info))