From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Does anyone use "Jump" C-c C-j Date: Wed, 28 Apr 2010 16:07:49 -0400 Message-ID: <87633bwdbe.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7DQi-0001rL-1g for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 16:00:20 -0400 Received: from [140.186.70.92] (port=38426 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7DQg-0001pH-DZ for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 16:00:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7DQe-0004MQ-PG for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 16:00:18 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:56028) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7DQe-0004MC-JZ for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 16:00:16 -0400 In-Reply-To: (David Frascone's message of "Wed, 28 Apr 2010 11:42:35 -0600") 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: David Frascone Cc: emacs-orgmode David Frascone writes: > **** Jump - seems really hard to use. > > C-c C-j.=C2=A0 Opens help window with cursor in it, so I have to C-x o to > get to Org-goto window.=C2=A0 Then, once in the goto window, hitting tab > opens the subtree, but pressing a down arrow again goes back to the > top.=C2=A0 Seems very useless for actually finding anything.=C2=A0 Am I u= sing it > wrong?=C2=A0 Dropping a mark and C-x C-x seems much easier. There is another (and IMO more convenient) interface for org-goto (C-c C-j). To test it, try the following setting: (setq org-goto-interface 'outline-path-completion)=20 Otherwise, you can try fiddling with the other org-goto variables. Type "C-h v org-goto [TAB]" for a full list. - Matt