I have started using emacs org-mode recently to maintain my TODO lists. I have used it before a long time back. Back then, I was able to automatically add a date whenever moving a task from TODO to DONE tag adding a CLOSED: sub-label to the DONE label.
However, I forgot how to do that. Can anyone help tell me how to add the CLOSED tag. in org-mode
You can achieve this by setting the following variable (See the Org Manual for more info and further customization if desired).
(setq org-log-done 'time)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With