From: "Hugo Schmitt" <hugows@gmail.com>
To: Leo <sdl.web@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Remember and then refile
Date: Sun, 20 Jan 2008 13:54:21 -0200 [thread overview]
Message-ID: <2f1c7d020801200754v5fd71484g5bc2ad3a3be8dc3a@mail.gmail.com> (raw)
In-Reply-To: <m31w8cpnem.fsf@cam.ac.uk>
I use ido all day, and I find ido-completing-read much nicer/cooler
than the default. If anyone wants to try, just change the sexp
(completing-read ...) inside org-refile for something like:
(if (fboundp 'ido-completing-read)
(ido-completing-read "Refile to: " tbl nil t nil 'org-refile-history)
(completing-read "Refile to: " tbl nil t nil 'org-refile-history))
... and the good thing is that ido comes with emacs22.
Cheers,
Hugo
On Jan 20, 2008 12:44 PM, Leo <sdl.web@gmail.com> wrote:
> On 2008-01-20 14:31 +0000, Piotr Zielinski wrote:
> > As for completion, both org-refile and org-goto should work with
> > icicles but I haven't tried it extensively yet (icicles provides
> > general-purpose extensive completion support for emacs). My main
> > point is that I'd rather vote for making org-mode work well with
> > otherspecialized modes (eg icicles) than for reimplementing the
> > features.
>
> But the problem with icicles is that it might never be included in
> Emacs.
>
> --
> .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :.
>
> Use the best OS -- http://www.fedoraproject.org/
>
>
>
>
> _______________________________________________
> 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
>
next prev parent reply other threads:[~2008-01-20 15:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-07 16:05 Remember and then refile Hugo Schmitt
2008-01-07 16:16 ` Hugo Schmitt
2008-01-15 15:00 ` Carsten Dominik
2008-01-18 8:47 ` Carsten Dominik
2008-01-18 10:14 ` Hugo Schmitt
2008-01-18 20:40 ` Steven Lumos
2008-01-18 21:43 ` Carsten Dominik
2008-01-18 22:19 ` Steven Lumos
2008-01-20 14:31 ` Piotr Zielinski
2008-01-20 14:44 ` Leo
2008-01-20 15:54 ` Hugo Schmitt [this message]
2008-01-20 14:32 ` Carsten Dominik
2008-01-31 23:21 ` Steven Lumos
2008-02-04 10:00 ` Carsten Dominik
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2f1c7d020801200754v5fd71484g5bc2ad3a3be8dc3a@mail.gmail.com \
--to=hugows@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=sdl.web@gmail.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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.