From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Dominik" Subject: Re: org-refile hack to show headings Date: Sun, 2 Dec 2007 19:25:12 +0100 Message-ID: References: <873aumlxy4.wl%max@openchat.com> <00c301c83502$50fa3240$6480a8c0@CUBE> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IytVC-0005v2-Vm for emacs-orgmode@gnu.org; Sun, 02 Dec 2007 13:25:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IytVC-0005uj-G9 for emacs-orgmode@gnu.org; Sun, 02 Dec 2007 13:25:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IytVC-0005uf-Ap for emacs-orgmode@gnu.org; Sun, 02 Dec 2007 13:25:14 -0500 Received: from wa-out-1112.google.com ([209.85.146.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IytVB-0006IY-Lz for emacs-orgmode@gnu.org; Sun, 02 Dec 2007 13:25:13 -0500 Received: by wa-out-1112.google.com with SMTP id k34so4527314wah for ; Sun, 02 Dec 2007 10:25:12 -0800 (PST) In-Reply-To: <00c301c83502$50fa3240$6480a8c0@CUBE> Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: Chris Randle Cc: emacs-orgmode@gnu.org On 12/2/07, Chris Randle wrote: > Max Mikhanosha wrote: > > 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. > > I'm still quite new to Org-mode (and Emacs too), so forgive me if this > is a dumb question: How do you cope with the clash of binding with S-TAB > which Org-mode uses in visibility cycling and table cell navigation? > Have you simply rebound one or the other, or is there a more subtle > workaround? Org-mode has many keys that behave different in different locations. TAB and S-TAB have special meanings in tables. If you want to use the local visibility cycling of TAB, the cursor must be on a headline. If you want to use the global visibility cycling of S-TAB, the cursor must be outside a table. - Carsten