emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Copying and Pasting (and Selecting)


From: Štěpán Němec
Subject: [Orgmode] Re: Copying and Pasting (and Selecting)
Date: Thu, 29 Apr 2010 14:35:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

David Frascone <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]