emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] correction in org.el


From: Carsten Dominik
Subject: Re: [Orgmode] correction in org.el
Date: Sun, 16 Aug 2009 06:47:17 +0200

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]