From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Possible bug org-refile on make install Date: Wed, 26 Sep 2012 16:27:45 +0200 Message-ID: <87fw64271a.fsf@bzg.ath.cx> References: <5062EE04.2020803@verizon.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGsal-00064u-Cz for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 10:28:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGsaX-00085J-Ee for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 10:27:59 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:49745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGsaX-000853-8U for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 10:27:45 -0400 Received: by wibhn17 with SMTP id hn17so665202wib.12 for ; Wed, 26 Sep 2012 07:27:44 -0700 (PDT) In-Reply-To: <5062EE04.2020803@verizon.net> (Charles's message of "Wed, 26 Sep 2012 07:59:00 -0400") 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: Charles Cc: emacs-orgmode Mode Hi Charles, Charles writes: > I recently installed cygwin 1.7.16 and pulled recent org mode changes from > git. > > Towards the end of compiling there was the following message > > In org-copy org.el:10923:15 Warning: org-refile called with 4 arguments > but only accepts 0 - 3. That's because the compiler was referring to the loaded version of org-refile, which differed from the one he compiled later on. -- Bastien