s j <jsj.regis...@gmail.com> writes: > I am using the org-plus-contrib package in org ELPA. > > The export block > > #+begin_export latex > ... > #+end_export > > does not work properly. > It produces > > \begin{export} > ... > \end{export} > > in the .tex file and causes error. > > Instead, I still need to use > > #+begin_latex > ... > #+end_latex > . > > Is the version in org EPLA an out-dated one? >
No: it is the stable version. No new features, only bug fixes, are applied to it. You are right that it does not recognize #+begin_export latex...#+end_export. That is a feature that has been introduced in the master branch (which will become the stable version at some point in the future). -- Nick