Hi,
I am trying to look into RTL language exports.
I tried the following simple-minded Org file:
#+title: Temp
#+LATEX_COMPILER: lualatex
#+LANGUAGE: HE
\begin{equation}
f(x) = \frac{8}{7}
\end{equation}
#+begin_src python :exports code
for i in range(3):
print("hello")
#+end_src
And exported to pdf (C-c C-e l o).
Surprisingly, the output is in English.
Am I missing something?
Emacs : GNU Emacs 28.1.90 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34,
cairo version 1.16.0)
of 2022-07-17
Package: Org mode version 9.6-pre (release_9.5.5-1087-g620a96.dirty @
/home/yantar92/.emacs.d/straight/build/org/)
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>