From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: partial-completion-mode error when refiling Date: Thu, 30 Jun 2011 10:05:42 -0400 Message-ID: <3441.1309442742@alphaville.americas.hpqcorp.net> References: <80y60j4u4z.fsf@somewhere.org> <87sjqrk7fo.fsf@gnu.org> <11283.1309437640@alphaville.dokosmarshall.org> <757B4199-1E4F-485F-975A-48E49E0330BD@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcI3U-0006rg-Vf for emacs-orgmode@gnu.org; Thu, 30 Jun 2011 10:17:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcI3T-0007rC-NL for emacs-orgmode@gnu.org; Thu, 30 Jun 2011 10:17:20 -0400 Received: from g6t0184.atlanta.hp.com ([15.193.32.61]:24008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcI3T-0007q7-FL for emacs-orgmode@gnu.org; Thu, 30 Jun 2011 10:17:19 -0400 In-Reply-To: Message from Carsten Dominik of "Thu, 30 Jun 2011 15:34:39 +0200." <757B4199-1E4F-485F-975A-48E49E0330BD@gmail.com> 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: Carsten Dominik Cc: Bastien , nicholas.dokos@hp.com, emacs-orgmode@gnu.org, Sebastien Vauban Carsten Dominik wrote: > > OTOH, partial-completion-mode is called explicitly in = > > org-refile-get-location, like this: (partial-completion-mode nil) > > This is not a function-calling form, but this is part of a let form, > so it just sets the variable partial-completion-mode to nil. > In effect, this does indeed turn off partial-completion-mode for > the body of the form. > Ah, sorry - I missed that - not enough caffeine in my system yet. That cannot be it then. Nick