From mboxrd@z Thu Jan  1 00:00:00 1970
From: Max Mikhanosha <max@openchat.com>
Subject: Re: org-refile hack to show headings
Date: Sat, 01 Dec 2007 01:40:35 -0500
Message-ID: <873aumlxy4.wl%max@openchat.com>
References: <20071129202253.6e2a6c21@maggiejean2.rakestrawmornlocal>
Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1IyM1m-0003uY-PM
	for emacs-orgmode@gnu.org; Sat, 01 Dec 2007 01:40:38 -0500
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
	id 1IyM1l-0003u8-5e
	for emacs-orgmode@gnu.org; Sat, 01 Dec 2007 01:40:38 -0500
Received: from [199.232.76.173] (helo=monty-python.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1IyM1k-0003u5-Tu
	for emacs-orgmode@gnu.org; Sat, 01 Dec 2007 01:40:36 -0500
Received: from p84-72.acedsl.com ([66.114.84.72] helo=momoland.openchat.com)
	by monty-python.gnu.org with esmtp (Exim 4.60)
	(envelope-from <max@openchat.com>) id 1IyM1k-00037l-K5
	for emacs-orgmode@gnu.org; Sat, 01 Dec 2007 01:40:36 -0500
Received: from momoland.openchat.com (localhost [127.0.0.1])
	by momoland.openchat.com (Postfix) with ESMTP id 16448F40C42C
	for <emacs-orgmode@gnu.org>; Sat,  1 Dec 2007 01:40:35 -0500 (EST)
In-Reply-To: <20071129202253.6e2a6c21@maggiejean2.rakestrawmornlocal>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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: emacs-orgmode@gnu.org

At Thu, 29 Nov 2007 20:22:53 -0500,
John Rakestraw wrote:
> 
> and then adapted/adopted by Carsten in org 5.14. However, I found it
> difficult sometimes to remember the particular heading to which I
> wanted to move the new item -- the auto-complete is helpful, but only
> if I can remember just how a heading starts. I have a simple (and

Glad you liked my setup. I can't help but recommend using
http://www.emacswiki.org/cgi-bin/wiki/Icicles library.

In case you never heard of it, icicles is to TAB completion what TAB
completion is to typing things manually every time. In my setup (I
think this is a default too) TAB does the prefix completion (like
Emacs), but Shift-Tab matches the regexp.

So when refiling Emacs related entries all I have to do is type is
ema<S-TAB> and it completes it to "Using Org-mode in Emacs".

Regards,
  Max