Add CREATED date property to TODOs in org-mode
I use org-expiry to implement that functionality, which is in the contrib directory of org. The base configuration I use is: ;; Allow automatically handing of created/expired meta data. (require ‘org-expiry) ;; Configure it a bit to my liking (setq org-expiry-created-property-name “CREATED” ; Name of property when an item is created org-expiry-inactive-timestamps t ; Don’t … Read more