emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* correction in org.el
@ 2009-08-15 20:12 John Rakestraw
  2009-08-16  4:47 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: John Rakestraw @ 2009-08-15 20:12 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: correction in org.el
  2009-08-15 20:12 correction in org.el John Rakestraw
@ 2009-08-16  4:47 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-08-16  4:47 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-16  4:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-15 20:12 correction in org.el John Rakestraw
2009-08-16  4:47 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).