This is the official manual for the latest Org-mode release.
When reviewing the captured data, you may want to refile or to copy some of the entries into a different list, for example into a project. Cutting, finding the right location, and then pasting the note is cumbersome. To simplify this process, you can use the following special command:
org-copy
)org-refile
)org-reverse-note-order
, it will be either the first or
last subitem.org-refile-targets
for details. If you would like to
select a location via a file-path-like completion along the outline path, see
the variables org-refile-use-outline-path
and
org-outline-path-complete-in-steps
. If you would like to be able to
create new nodes as new parents for refiling on the fly, check the
variable org-refile-allow-creating-parent-nodes
.
When the variable org-log-refile
1 is set, a timestamp or a note will be
recorded when an entry has been refiled.
org-refile-goto-last-stored
)org-refile
last moved a tree to.
org-refile-keep
to make
this the default behavior, and beware that this may result in duplicated
ID
properties.
org-refile-cache-clear
)org-refile-use-cache
. To make the command see new possible
targets, you have to clear the cache with this command.