Hi all
I've just updated my org-mode config (git pull) and now the "make all"
process returns an error.
org-version: 8.3.5 (release_8.3.5-970-g41c0f5)
Loading /home/azubi/bin/local-lisp/org-mode/lisp/org-compat.el (source)...
Symbol's function definition is void: with-eval-after-load
make[1]: *** [org-version.el] Error 255
make[1]: Leaving directory `/home/azubi/bin/local-lisp/org-mode/lisp'
make: *** [all] Error 2
Starting my emacs with --debug-init gives:
Debugger entered--Lisp error: (void-function with-eval-after-load)
(with-eval-after-load (quote org) (org-link-set-parameters
"file+emacs") (org-link-set-parameters "file+sys"))
eval-buffer(#<buffer *load*-53464> nil
"/home/azubi/bin/local-lisp/org-mode/lisp/org-compat.el" nil t) ;
Reading at buffer position 11282
load-with-code-conversion("/home/azubi/bin/local-lisp/org-mode/lisp/org-compat.el"
"/home/azubi/bin/local-lisp/org-mode/lisp/org-compat.el" nil t)
require(org-compat)
eval-buffer(#<buffer *load*-358235> nil
"/home/azubi/bin/local-lisp/org-mode/lisp/ob.el" nil t) ; Reading at
buffer position 978
load-with-code-conversion("/home/azubi/bin/local-lisp/org-mode/lisp/ob.el"
"/home/azubi/bin/local-lisp/org-mode/lisp/ob.el" nil t)
require(ob)
eval-buffer(#<buffer *load*-160043> nil
"/home/azubi/bin/local-lisp/org-config.el" nil t) ; Reading at buffer
position 1497
load-with-code-conversion("/home/azubi/bin/local-lisp/org-config.el"
"/home/azubi/bin/local-lisp/org-config.el" nil nil)
load("/home/azubi/bin/local-lisp/org-config.el" nil nil t)
load-file("/home/azubi/bin/local-lisp/org-config.el")
eval-buffer(#<buffer *load*> nil "/home/azubi/.emacs" nil t) ;
Reading at buffer position 7422
load-with-code-conversion("/home/azubi/.emacs" "/home/azubi/.emacs" t t)
load("~/.emacs" t t)
#[0 "\205\262
Can you please help me to identify more precisely what is wrong in my
config ?
Thank you for your help
claude