emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode
@ 2014-06-03  9:36 Thorsten Jolitz
  2014-06-03 16:25 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Jolitz @ 2014-06-03  9:36 UTC (permalink / raw)
  To: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode
  2014-06-03  9:36 org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode Thorsten Jolitz
@ 2014-06-03 16:25 ` Bastien
  2014-06-03 17:18   ` Thorsten Jolitz
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2014-06-03 16:25 UTC (permalink / raw)
  To: Thorsten Jolitz; +Cc: emacs-orgmode

Hi Thorsten,

Thorsten Jolitz <tjolitz@gmail.com> writes:

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

Probably something in your setup.

Can you try

  emacs -l ~/minimal.el

with minimal.el containing something like

  (add-to-list 'load-path "~/install/git/org-mode/lisp/")
  (require 'org)

then call M-x org-agenda RET ?

-- 
 Bastien

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode
  2014-06-03 16:25 ` Bastien
@ 2014-06-03 17:18   ` Thorsten Jolitz
  0 siblings, 0 replies; 3+ messages in thread
From: Thorsten Jolitz @ 2014-06-03 17:18 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg@gnu.org> writes:

Hi Bastien,

> Thorsten Jolitz <tjolitz@gmail.com> writes:
>
>> Is this a bug/regression or a personnal setup thing?
>
> Probably something in your setup.

yes, apparently,

> Can you try
>
>   emacs -l ~/minimal.el
>
> with minimal.el containing something like
>
>   (add-to-list 'load-path "~/install/git/org-mode/lisp/")
>   (require 'org)
>
> then call M-x org-agenda RET ?

because this works.
Thx

-- 
cheers,
Thorsten

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-03 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-03  9:36 org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode Thorsten Jolitz
2014-06-03 16:25 ` Bastien
2014-06-03 17:18   ` Thorsten Jolitz

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).