Hi List, 
after updating yesterday to 

#+begin_src emacs-lisp
  (call-interactively 'org-version)
#+end_src

#+results: 
: Org-mode version 8.2.6 (release_8.2.6-1123-g024a05 @
/usr/share/emacs/24.3/lisp/org/lisp/)

I got this error when opening the agenda today:

,------------------------------------------------------------------------------
| org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode
`------------------------------------------------------------------------------

A quick google search led to a solution from this
[[http://irreal.org/blog/?p=2030][Blog]] entry posted on 2013-08-02:

Put this in init.el
,-----------------------------------------
| (setq org-agenda-archives-mode nil)
| (setq org-agenda-skip-comment-trees nil)
| (setq org-agenda-skip-function nil)
`-----------------------------------------

Is this a bug/regression or a personnal setup thing?

-- 
cheers,
Thorsten


Reply via email to