Function: org-ascii-statistics-cookie

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

Signature

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

Documentation

Transcode a STATISTICS-COOKIE object from Org to ASCII.

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

Source Code

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

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