Function: org-latex-strike-through
org-latex-strike-through is a byte-compiled function defined in
ox-latex.el.gz.
Signature
(org-latex-strike-through STRIKE-THROUGH CONTENTS INFO)
Documentation
Transcode STRIKE-THROUGH from Org to LaTeX.
CONTENTS is the text with strike-through markup. INFO is a plist holding contextual information.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-latex.el.gz
;;;; Strike-Through
(defun org-latex-strike-through (_strike-through contents info)
"Transcode STRIKE-THROUGH from Org to LaTeX.
CONTENTS is the text with strike-through markup. INFO is a plist
holding contextual information."
(org-latex--text-markup contents 'strike-through info))