emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [BUG?] Compilation failure with Emacs 24.3.50.1 (trunk) on 'ox-publi


From: Vladimir Lomov
Subject: [O] [BUG?] Compilation failure with Emacs 24.3.50.1 (trunk) on 'ox-publish' (Multiple args to , are not supported)
Date: Thu, 10 Oct 2013 16:15:27 +0900
User-agent: Mutt/1.5.21 (2010-09-15)

Hello,
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

Full log of make work is attached.

I don't know the reason of this problem because the last change to
'ox-publish.el' file was at Sep. 27 but I could swear I was able to
compile it on Oct. 6.

Nevertheless, if I comment line 896:
#+BEGIN_EXAMPLE
        `(when ',force (org-publish-remove-all-timestamps))
#+END_EXAMPLE
then I'm able to compile org-mode successfully.

---
WBR, Vladimir Lomov

-- 
To get something done, a committee should consist of no more than three
persons, two of them absent.

Attachment: make.log
Description: Text document


reply via email to

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