All,

I not more can calculate a clocktable with

:scope agenda-with-archives

I try to create this clocktable

#+BEGIN: clocktable :maxlevel 0 :fileskip0 t :scope agenda-with-archives :block 
2014-03
#+END:

Error message is:

setq: Symbol's function definition is void: org-add-archive-files

I run

Org-mode version N/A-fixup (N/A-fixup !!check installation!! @ mixed 
installation! c:/emacs-24.3/lisp/org/ and 
c:/Users/rainer/AppData/Roaming/.emacs.d/org/lisp/)
GNU Emacs 24.3.50.1 (i386-mingw-nt6.1.7601) of 2013-03-14 on VBOX

I see the symbol here:

$ grep -ri   org-add-archive-files .
./lisp/org-agenda.el:(declare-function org-add-archive-files "org-archive" 
(files))
./lisp/org-agenda.el:   (setq files (org-add-archive-files files)))
./lisp/org-archive.el:(defun org-add-archive-files (files)
./lisp/org-clock.el:    (setq scope (org-add-archive-files scope)))
./lisp/org-clock.el:    (setq scope (org-add-archive-files (list 
(buffer-file-name)))
./lisp/org.el:(declare-function org-add-archive-files "org-archive" (files))
./lisp/org.el:        (setq scope (org-add-archive-files scope)))
./lisp/org.el:        (setq scope (org-add-archive-files (list 
(buffer-file-name))))))
./lisp/org.el:      (setq files (org-add-archive-files files)))
./lisp/org.el:      (setq files (org-add-archive-files files)))


Can anybody please help finding the reason for that?

Thank you.

Rainer


Reply via email to