emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Debugger entered--Lisp error: (void-variable org-keys)


From: Bastien
Subject: Re: [O] Debugger entered--Lisp error: (void-variable org-keys)
Date: Thu, 30 Aug 2012 07:42:02 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Achim Gratz <address@hidden> writes:

> I don't know if
> something would preclude the declaration be changed to e definition with
> nil as a value, but I think Bastien would know.

I don't have any steady theory about this, but as a convention I try to
(defvar [var] nil) for dynamically bound vars in the current file and to 
(defvar [var]) for variables declared in other files.  I just cleaned-up
org-agenda.el a bit wrt this.

Thanks for the heads up,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]