Function: org-latex-underline

org-latex-underline is a byte-compiled function defined in ox-latex.el.gz.

Signature

(org-latex-underline UNDERLINE CONTENTS INFO)

Documentation

Transcode UNDERLINE from Org to LaTeX.

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-latex.el.gz
;;;; Underline

(defun org-latex-underline (_underline contents info)
  "Transcode UNDERLINE from Org to LaTeX.
CONTENTS is the text with underline markup.  INFO is a plist
holding contextual information."
  (org-latex--text-markup contents 'underline info))