From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: correction in org.el Date: Sun, 16 Aug 2009 06:47:17 +0200 Message-ID: References: <20090815161255.6cf40f0f@buster.rakestrawmornlocal> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McXeQ-0004lO-Gz for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 00:47:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McXeL-0004jR-LZ for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 00:47:25 -0400 Received: from [199.232.76.173] (port=44830 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McXeL-0004jM-Cx for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 00:47:21 -0400 Received: from mail-ew0-f207.google.com ([209.85.219.207]:57353) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1McXeK-0000ie-UO for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 00:47:21 -0400 Received: by ewy3 with SMTP id 3so44190ewy.42 for ; Sat, 15 Aug 2009 21:47:20 -0700 (PDT) In-Reply-To: <20090815161255.6cf40f0f@buster.rakestrawmornlocal> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Rakestraw Cc: emacs-orgmode Fixed, thanks. - Carsten On Aug 15, 2009, at 10:12 PM, John Rakestraw wrote: > Hi -- > > After a git update this morning, several remember templates failed > with > the error "Symbol's function definition is void: > org-completing-read-no-ido". The failure occurred at points using > "%^{Request for info}" formulation. > > I think the patch included below fixes the problem. > > --John > > --- lisp/org.el 2009-08-15 16:08:26.109093816 -0400 > +++ lisp/org.el_new 2009-08-15 16:08:53.640094201 -0400 > @@ -7652,7 +7652,7 @@ Use TAB to complete link prefixes, then > (org-defkey minibuffer-local-completion-map "?" > 'self-insert-command) (apply 'org-icompleting-read args))) > > -(defun org-completing-read-no-i (&rest args) > +(defun org-completing-read-no-ido (&rest args) > (let (org-completion-use-ido org-completion-use-iswitchb) > (apply 'org-completing-read args))) > > -- > John Rakestraw > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode