From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: setq: Symbol's function definition is void: org-add-archive-files Date: Wed, 12 Mar 2014 09:25:19 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNeTs-0006cQ-LZ for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 04:25:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNeTl-0002rz-68 for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 04:25:40 -0400 Received: from plane.gmane.org ([80.91.229.3]:48582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNeTk-0002ru-V5 for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 04:25:33 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WNeTk-00079g-7w for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 09:25:32 +0100 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Mar 2014 09:25:32 +0100 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Mar 2014 09:25:32 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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