org-log-refile

org-log-refile is a variable defined in `org.el'.
Its value is
nil


Documentation:
Information to record when a task is refiled.

Possible values are:

nil Don't add anything
time Add a time stamp to the task
note Prompt for a note and add it with template `org-log-note-headings'

This option can also be set with on a per-file-basis with

#+STARTUP: nologrefile
#+STARTUP: logrefile
#+STARTUP: lognoterefile

You can have local logging settings for a subtree by setting the LOGGING
property to one or more of these keywords.

When bulk-refiling from the agenda, the value `note' is forbidden and
will temporarily be changed to `time'.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.1 of Emacs.