3

How to refile while keeping a copy of the original object in org-mode? In other words refiling works as a cut&paste while I would like to have a copy&paste.

falematte
  • 423
  • 2
  • 16
  • It would be interesting to "link" the two objects such that if one of the two is marked as DONE the other is updated. – falematte Nov 21 '16 at 15:46

1 Answers1

5

No big problem, it's documented in the info page "(org) Refile and copy"

C-c M-w (org-copy)

Copying works like refiling, except that the original note is not deleted.

p_wiersig
  • 1,071
  • 9
  • 15