From: Rainer Stengele <rainer.stengele@online.de>
To: emacs-orgmode@gnu.org
Subject: setq: Symbol's function definition is void: org-add-archive-files
Date: Wed, 12 Mar 2014 09:25:19 +0100 [thread overview]
Message-ID: <lfp5l0$atk$1@ger.gmane.org> (raw)
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
next reply other threads:[~2014-03-12 8:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-12 8:25 Rainer Stengele [this message]
2014-03-12 15:17 ` setq: Symbol's function definition is void: org-add-archive-files Bastien
2014-03-14 9:48 ` setq: Symbol's function definition is void: org-add-archive-files => SOLVED Rainer Stengele
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='lfp5l0$atk$1@ger.gmane.org' \
--to=rainer.stengele@online.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).