[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] setq: Symbol's function definition is void: org-add-archive-files
From: |
Rainer Stengele |
Subject: |
[O] setq: Symbol's function definition is void: org-add-archive-files |
Date: |
Wed, 12 Mar 2014 09:25:19 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 |
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
- [O] setq: Symbol's function definition is void: org-add-archive-files,
Rainer Stengele <=