Ryan Thompson <r...@thompsonclan.org> writes: > Is there an org-mode command to refile only within the current buffer?
Not natively unless you want to make that a global change. You could easily create a function that does that though I think. Just bind that to your favourite key sequence or use M-x my-refile (defun my-refile () (interactive) (let ((org-refile-targets '((nil :maxlevel . 5)))) (org-refile))) HTH, Bernt _______________________________________________ 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