From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Re: org-contacts.el does not require org-agenda Date: Fri, 26 Oct 2012 09:32:28 +0100 (BST) Message-ID: <87sj918wh0@ch.ristopher.com> References: <87zk3a4dc8@ch.ristopher.com> <87mwz9u0ro.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRfLG-0005iQ-VJ for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 04:32:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRfLC-0007kS-U9 for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 04:32:34 -0400 Received: from ristopher.com ([146.185.21.93]:37825 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRfLC-0007kO-Lm for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 04:32:30 -0400 In-Reply-To: <87mwz9u0ro.fsf@bzg.ath.cx> (Bastien's message of "Fri, 26 Oct 2012 09:54:03 +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: emacs-orgmode@gnu.org Bastien writes: > Christopher Schmidt writes: > >> org-contacts uses agenda functions but does not require org-agenda. > > No, org-contacts does not use any org-agenda.el function. I see, some functions prefixed with org-agenda- are defined in org.el. > It uses some org-agenda.el variables, though. > > What is the problem you did encounter? emacs -q M-: (add-to-list 'load-path "~/.emacs.d/apps/org-mode/lisp") RET M-: (add-to-list 'load-path "~/.emacs.d/apps/org-mode/contrib/lisp") RET M-x load-library RET org-contacts RET M-x org-contacts RET Richard Stallman RET or: Symbol's value as variable is void: org-agenda-archives-mode Christopher