Function: org-texinfo-strike-through
org-texinfo-strike-through is a byte-compiled function defined in
ox-texinfo.el.gz.
Signature
(org-texinfo-strike-through STRIKE-THROUGH CONTENTS INFO)
Documentation
Transcode STRIKE-THROUGH from Org to Texinfo.
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-texinfo.el.gz
;;;; Strike-through
(defun org-texinfo-strike-through (_strike-through contents info)
"Transcode STRIKE-THROUGH from Org to Texinfo.
CONTENTS is the text with strike-through markup. INFO is a plist
holding contextual information."
(org-texinfo--text-markup contents 'strike-through info))