From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG?] Compilation failure with Emacs 24.3.50.1 (trunk) on 'ox-publish' (Multiple args to , are not supported) Date: Sun, 13 Oct 2013 18:52:15 +0200 Message-ID: <87mwmd6rls.fsf@gmail.com> References: <20131010071527.GA943@smoon> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVOtl-0001F5-4J for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 12:52:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVOtc-0000ZQ-Mh for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 12:52:09 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:37056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVOtc-0000ZK-Ft for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 12:52:00 -0400 Received: by mail-wg0-f41.google.com with SMTP id b13so1360668wgh.4 for ; Sun, 13 Oct 2013 09:51:59 -0700 (PDT) In-Reply-To: <20131010071527.GA943@smoon> (Vladimir Lomov's message of "Thu, 10 Oct 2013 16:15:27 +0900") 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: Vladimir Lomov Cc: General discussions about Org-mode Hello, Vladimir Lomov writes: > topic title states my problem completely, some details: > - I use emacs compiled from bzr trunk (revno 114606) on my system: > Archlinux x86_64 with gcc 4.8.1 and make 4.0; > - org-mode: 8.2.1-86-gbe3dad. > > This is excert from make log: > #+BEGIN_EXAMPLE > ... > Compiling > /home/vladimir/buildpkg/emacs-org-mode/src/org-mode/lisp/ox-publish.el... > > In toplevel form: > ox-publish.el:887:1:Error: Multiple args to , are not supported: (\, (\` > (when (quote (\, force)) (org-publish-remove-all-timestamps))) (\` (let > ((org-publish-use-timestamps-flag (if (quote (\, force)) nil (\, > org-publish-use-timestamps-flag)))) (org-publish-projects (quote (\, > org-publish-project-alist)))))) > ... > #+END_EXAMPLE I pushed a workaround in maint. I'll have to rework `org-export-async-start' later, since it has some weaknesses. Thank you for reporting it. Regards, -- Nicolas Goaziou