David Frascone <d...@frascone.com> 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. _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode