Function: org-texinfo-statistics-cookie

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

Signature

(org-texinfo-statistics-cookie STATISTICS-COOKIE CONTENTS INFO)

Documentation

Transcode a STATISTICS-COOKIE object from Org to Texinfo.

CONTENTS is nil. INFO is a plist holding contextual information.

Source Code

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

(defun org-texinfo-statistics-cookie (statistics-cookie _contents _info)
  "Transcode a STATISTICS-COOKIE object from Org to Texinfo.
CONTENTS is nil.  INFO is a plist holding contextual information."
  (org-element-property :value statistics-cookie))