From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Subject: Re: Possible bug org-refile on make install Date: Wed, 26 Sep 2012 21:15:11 -0400 Message-ID: <5063A89F.2040503@verizon.net> References: <5062EE04.2020803@verizon.net> <87fw64271a.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH2hE-0000eK-RL for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 21:15:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TH2hD-0006ak-RL for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 21:15:20 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:35732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH2hD-0006Zf-Lg for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 21:15:19 -0400 Received: from [10.0.0.3] ([unknown] [96.238.158.47]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MAZ003N7I52W150@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 20:15:03 -0500 (CDT) In-reply-to: <87fw64271a.fsf@bzg.ath.cx> 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 On 9/26/2012 10:27 AM, Bastien wrote: > 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, Thank you for the explanation. Charlie