* setq: Symbol's function definition is void: org-add-archive-files
@ 2014-03-12 8:25 Rainer Stengele
2014-03-12 15:17 ` Bastien
0 siblings, 1 reply; 3+ messages in thread
From: Rainer Stengele @ 2014-03-12 8:25 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-14 9:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-12 8:25 setq: Symbol's function definition is void: org-add-archive-files Rainer Stengele
2014-03-12 15:17 ` Bastien
2014-03-14 9:48 ` setq: Symbol's function definition is void: org-add-archive-files => SOLVED Rainer Stengele
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).