Julien Cubizolles <j.cubizol...@free.fr> writes: > The following needs to be saved in a file named "test.org", then run C-c > C-c on the elisp source block and C-c e P x beamer > > #+begin_src emacs-lisp :tangle yes :exports none > (setq org-publish-project-alist > `(("beamer" > :base-directory "./" > :publishing-directory "./" > :publishing-function org-latex-publish-to-pdf > :exclude ".*" > :latex-class "article" > :include ("test.org") > ))) > #+end_src > > #+RESULTS: > | beamer | :base-directory | ./ | :publishing-directory | ./ | > :publishing-function | org-latex-publish-to-latex | :exclude | .* | > :latex-class | article | :include | (test.org) | > > * Ceci est un essai > * Ceci est un deuxième heading
This should be fixed. Thank you for reporting it. Regards,