emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: John Rakestraw <lists@johnrakestraw.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: correction in org.el
Date: Sun, 16 Aug 2009 06:47:17 +0200	[thread overview]
Message-ID: <FE3B2D03-9971-4A01-8828-7FA1B69E4F7B@gmail.com> (raw)
In-Reply-To: <20090815161255.6cf40f0f@buster.rakestrawmornlocal>

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

      reply	other threads:[~2009-08-16  4:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-15 20:12 correction in org.el John Rakestraw
2009-08-16  4:47 ` Carsten Dominik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FE3B2D03-9971-4A01-8828-7FA1B69E4F7B@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=lists@johnrakestraw.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).