From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Compile error in org-odt.el in latest master Date: Thu, 12 Jul 2012 01:05:32 +0530 Message-ID: <81a9z6um4b.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp2hO-00074n-Q0 for emacs-orgmode@gnu.org; Wed, 11 Jul 2012 15:35:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sp2hN-0007DC-Hh for emacs-orgmode@gnu.org; Wed, 11 Jul 2012 15:35:46 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:50532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp2hN-0007D6-7R for emacs-orgmode@gnu.org; Wed, 11 Jul 2012 15:35:45 -0400 Received: by pbbrp2 with SMTP id rp2so2856293pbb.0 for ; Wed, 11 Jul 2012 12:35:44 -0700 (PDT) In-Reply-To: (Rainer Stengele's message of "Wed, 11 Jul 2012 20:38:08 +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: Rainer Stengele Cc: emacs-orgmode@gnu.org > org-odt.el:2843:1:Warning: the following functions are not known to be > defined: condition-case-unless-debug, clear-image-cache, > image-size I have pushed a fix for `condition-case-unless-debug'. If you are using Emacs >= 23.1 you will have no further issues. As for other 2 functions, I am not sure why they are not defined. What version of Emacs are you using? --