From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Merging .org files Date: Sat, 19 Mar 2011 08:53:48 -0400 Message-ID: <87vczffezn.fsf@fastmail.fm> References: <4D454DF7.8020907@obsebre.es> <8739oadprt.fsf@fastmail.fm> <4D46D2AE.1000900@obsebre.es> <4D4FAD25.20106@obsebre.es> <87pqpotb91.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54193 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0vfE-0007ZL-KU for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 08:53:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0vfD-0007qP-AK for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 08:53:52 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:39498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0vfD-0007ps-2R for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 08:53:51 -0400 In-Reply-To: (aankhen@gmail.com's message of "Sat, 19 Mar 2011 14:21:49 +0530") 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: Aankhen Cc: Michael Welle , emacs-orgmode@gnu.org, pquintana@obsebre.es Aankhen writes: > On Sat, Mar 19, 2011 at 02:08, Matt Lundin wrote: >> Pere Quintana Segu=C3=AD writes: >> >>> Now I have to learn to better navigate within my much longer org files. >>> Before, I used ido-mode to jump from buffer to buffer, now I guess I >>> have to practise more sparse trees to jump from headline to headline. >> >> I use this function to jump quickly (via ido) to a first level headline >> in my org files: >> >> [snip] > > Do you normally have =E2=80=98org-completion-use-ido=E2=80=99 turned off = or something? > (Just wondering why you couldn=E2=80=99t use =E2=80=98org-refile=E2=80=99= directly.) Yes, that is correct. I normally have org-completion-use-ido turned off. You could easily call org-refile with a prefix argument directly from within an org-buffer. However, I find it more convenient to bind "(org-refile t)" to one of the function keys than to type C-u C-c C-w. The latter works only on org buffers, while the former is global. Moreover, when navigating org files in this way, I only want to see first level headlines, whereas my default refile binding uses deeper levels. Best, Matt