From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [SPAM] Re: Disabling completion during capture Date: Sat, 14 May 2016 10:47:14 +0200 Message-ID: <87d1op6n71.fsf@saiph.selenimh> References: <87futmjurx.fsf@ucl.ac.uk> <878tzeargw.fsf@shannon.flintfam.org> <87oa89hp76.fsf@shannon.flintfam.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1VEK-0004Km-9F for emacs-orgmode@gnu.org; Sat, 14 May 2016 04:47:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1VEJ-0004Gb-7O for emacs-orgmode@gnu.org; Sat, 14 May 2016 04:47:24 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:39799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1VEJ-0004GW-1R for emacs-orgmode@gnu.org; Sat, 14 May 2016 04:47:23 -0400 In-Reply-To: <87oa89hp76.fsf@shannon.flintfam.org> (Samuel W. Flint's message of "Fri, 13 May 2016 11:56:13 -0500") 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" To: "Samuel W. Flint" Cc: Org-Mode Hello, swflint@flintfam.org (Samuel W. Flint) writes: > now on Org-mode version 8.3.4 (release_8.3.4-790-g1fd6f2 @ > /home/swflint/.emacs.d/org-mode/lisp/), but I still have the same > problem. Any suggestions? As Eric said, this bug was fixed a while ago. Basically, the solution was to replace `completing-read' with `org-completing-read'. At the moment, "org-capture.el" calls the latter (see line 1765 from master branch). You may want to check why `completing-read' is called instead in your configuration. Regards, -- Nicolas Goaziou