Variable: org-latex-footnote-separator

org-latex-footnote-separator is a customizable variable defined in ox-latex.el.gz.

Value

"\\textsuperscript{,}\\,"

Documentation

Text used to separate footnotes.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-latex.el.gz
(defcustom org-latex-footnote-separator "\\textsuperscript{,}\\,"
  "Text used to separate footnotes."
  :group 'org-export-latex
  :type 'string)