From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: bug: org-agenda does not compile and has warnings Date: Sat, 29 Jan 2011 10:07:41 -0500 Message-ID: <878vy3agua.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=60048 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjCOt-00061v-CH for emacs-orgmode@gnu.org; Sat, 29 Jan 2011 10:07:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjCOs-0000ms-KU for emacs-orgmode@gnu.org; Sat, 29 Jan 2011 10:07:43 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:38922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjCOs-0000mm-IJ for emacs-orgmode@gnu.org; Sat, 29 Jan 2011 10:07:42 -0500 In-Reply-To: (Samuel Wales's message of "Thu, 20 Jan 2011 11:25:13 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode@gnu.org Hi Samuel, Samuel Wales writes: > org-agenda.el does not compile. > > In org-agenda-goto-today: > org-agenda.el:6107:59:Warning: `org-agenda-ndays' is an obsolete variable (as > of Emacs 24.1); use `org-agenda-span' instead. > > In org-agenda-reset-view: > org-agenda.el:4:3:Warning: `org-agenda-ndays' is an obsolete variable (as of > Emacs 24.1); use `org-agenda-span' instead. > org-agenda.el:1:3:Error: End of file during parsing > > Perhaps a with-no-warnings would fix it. > > After I put that in, this happens: > > org-agenda.el:8136:1:Warning: the following functions are not known to > be defined: > org-habit-insert-consistency-graphs, calendar-iso-from-absolute, > org-is-habit-p, org-habit-parse-todo, org-habit-get-priority, > org-columns-quit, calendar-absolute-from-iso > > Perhaps some requires or something would fix it. > > Emacs 22, latest org. Are you still having problems with this? I cannot not reproduce it. Best, Matt