On Thu, Apr 29, 2010 at 6:35 AM, Štěpán Němec wrote: > 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. > Thanks! I'll play with that!