emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] (void-variable ignore) in


From: Nicolas Goaziou
Subject: Re: [O] (void-variable ignore) in
Date: Fri, 10 Oct 2014 11:15:41 +0200

Julien Cubizolles <address@hidden> 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]