Variable: org-export-coding-system

org-export-coding-system is a customizable variable defined in ox.el.gz.

Value

nil

Documentation

Coding system for the exported file.

This variable was added, or its default value changed, in Org version
8.0.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-coding-system nil
  "Coding system for the exported file."
  :group 'org-export-general
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'coding-system)