From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: (void-variable ignore) in Date: Fri, 10 Oct 2014 11:15:41 +0200 Message-ID: <87wq88e14y.fsf@nicolasgoaziou.fr> References: <87fveypcmu.fsf@free.fr> <8761ftfbtp.fsf@nicolasgoaziou.fr> <87egugd09i.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcWI0-00078e-Dn for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 05:15:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcWHp-0006pB-PI for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 05:15:08 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:53931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcWHp-0006ov-J1 for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 05:14:57 -0400 In-Reply-To: <87egugd09i.fsf@free.fr> (Julien Cubizolles's message of "Fri, 10 Oct 2014 06:19:53 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Julien Cubizolles Cc: emacs-orgmode@gnu.org Julien Cubizolles 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 | ./ | :publishin= g-function | org-latex-publish-to-latex | :exclude | .* | :latex-class | ar= ticle | :include | (test.org) | > > * Ceci est un essai > * Ceci est un deuxi=C3=A8me heading This should be fixed. Thank you for reporting it. Regards,