From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aankhen Subject: Re: Merging .org files Date: Sat, 19 Mar 2011 23:12:59 +0530 Message-ID: References: <4D454DF7.8020907@obsebre.es> <8739oadprt.fsf@fastmail.fm> <4D46D2AE.1000900@obsebre.es> <4D4FAD25.20106@obsebre.es> <87pqpotb91.fsf@fastmail.fm> <87vczffezn.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=57867 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q10BN-0007KO-5o for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 13:43:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q10BL-0006xu-Oi for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 13:43:20 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:49205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q10BL-0006xj-MH for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 13:43:19 -0400 Received: by vws4 with SMTP id 4so5374052vws.0 for ; Sat, 19 Mar 2011 10:43:19 -0700 (PDT) In-Reply-To: <87vczffezn.fsf@fastmail.fm> 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: Matt Lundin , pquintana@obsebre.es, emacs-orgmode@gnu.org, Michael Welle On Sat, Mar 19, 2011 at 18:23, Matt Lundin wrote: > Aankhen writes: >> [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. A=E2=80=99right, makes sense. I appreciate the detailed explanation. Aankhen