From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Debugger entered--Lisp error: (void-variable org-keys) Date: Thu, 30 Aug 2012 07:42:02 +0200 Message-ID: <87fw75gclx.fsf@altern.org> References: <9132.1346257293@alphaville> <503E5411.8020205@online.de> <87mx1dd1al.fsf@Rainer.invalid> <2950.1346264029@alphaville> <87ehmpd00i.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6xVs-0007KD-FQ for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 01:41:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6xVr-0001Qu-DX for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 01:41:56 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:39859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6xVr-0001Qm-7M for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 01:41:55 -0400 Received: by weys10 with SMTP id s10so847691wey.0 for ; Wed, 29 Aug 2012 22:41:54 -0700 (PDT) In-Reply-To: <87ehmpd00i.fsf@Rainer.invalid> (Achim Gratz's message of "Wed, 29 Aug 2012 20:30:05 +0200") 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: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz 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