Use inactive timestamps for created stuff.

This commit is contained in:
Ivan Malison 2015-01-12 17:53:10 -08:00
parent fd048222ec
commit 83bb6922dd

View File

@ -631,7 +631,7 @@ The current directory is assumed to be the project's root otherwise."
(org-set-property "CREATED"
(with-temp-buffer
(org-insert-time-stamp
(org-current-effective-time) t)))
(org-current-effective-time) t t)))
(remove-hook 'post-command-hook 'org-add-log-note)
(org-add-log-note)
(buffer-substring-no-properties (point-min) (point-max))))