Function: org-latex--translate
org-latex--translate is a byte-compiled function defined in
ox-latex.el.gz.
Signature
(org-latex--translate S INFO)
Documentation
Translate string S according to specified language.
INFO is a plist used as a communication channel.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-latex.el.gz
(defun org-latex--translate (s info)
"Translate string S according to specified language.
INFO is a plist used as a communication channel."
(org-export-translate s :latex info))