From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Subject: Re: Copying and Pasting (and Selecting) Date: Thu, 29 Apr 2010 14:35:08 +0200 Message-ID: <878w86wi6b.fsf@gmail.com> References: <871vdzwd5a.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7Sxj-00032c-Og for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:35:27 -0400 Received: from [140.186.70.92] (port=48184 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7Sxd-0002zj-IA for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:35:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7SxW-0001Lr-1o for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:35:18 -0400 Received: from fg-out-1718.google.com ([72.14.220.155]:39558) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7SxV-0001Lj-O3 for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:35:13 -0400 Received: by fg-out-1718.google.com with SMTP id e21so3827288fga.12 for ; Thu, 29 Apr 2010 05:35:12 -0700 (PDT) In-Reply-To: (David Frascone's message of "Wed, 28 Apr 2010 14:15:19 -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: Matt Lundin , emacs-orgmode David Frascone writes: > I didn't like org-refile. It didn't seem to want to refile under anything > but a top level (or maybe I was refiling a level 2) . . . I'll try to play > with it some more, but it didn't make my cheat sheet of cool tricks :) You have to adjust the `org-refile-targets' setting -- by default, it only lets you refile to top-level headings. With this, for instance: (setq org-refile-targets '((nil . (:maxlevel . 5)))) ... you'll be able to refile anywhere in the buffer up to 5th level.