From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Dominik" Subject: Re: Re: Org-mode version 5.17 Date: Thu, 20 Dec 2007 15:13:14 +0100 Message-ID: References: <20071220093632.214746ef@renner> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5M9G-0003tB-Kk for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 09:13:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5M9F-0003rC-MR for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 09:13:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5M9F-0003r3-Il for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 09:13:17 -0500 Received: from wa-out-1112.google.com ([209.85.146.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5M9F-0004Ov-5J for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 09:13:17 -0500 Received: by wa-out-1112.google.com with SMTP id k34so5256337wah.10 for ; Thu, 20 Dec 2007 06:13:15 -0800 (PST) In-Reply-To: <20071220093632.214746ef@renner> Content-Disposition: inline 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: Detlef Steuer Cc: emacs-orgmode@gnu.org On Dec 20, 2007 9:36 AM, Detlef Steuer wrote: > On Thu, 20 Dec 2007 07:28:42 +0100 > "Carsten Dominik" wrote: > > > Hi, > > > > I am releasing version 5.17 of org-mode, hopefully the last > > release before the holidays. Lots of stuff is still on my TODO list, > > but this is how far I have gotten. > > Hi, > > get an error in make: > > > In toplevel form: > org-mouse.el:144:1:Error: Symbol's value as variable is void: add-to-diary-list > make: *** [org-mouse.elc] Fehler 1 > > Wasn't there in 5.16b . Fixed in 5.17a, thanks for the report. The error was caused by a workaround for a new macro in Emacs 23, declare-function. In Emacs 22 it does not exist, and my work-around was not correct. - Carsten