diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index 7696936..5bc9708 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -268,7 +268,6 @@ is nil, refile in the current file." (file (find-file-noselect file)) (t (current-buffer)))) (datetree-date (or (org-entry-get nil "CREATED" t) - (org-entry-get nil "TIMESTAMP_IA" t) (org-read-date t nil "now"))) (date (org-date-to-gregorian datetree-date))) (org-refile nil nil (list nil (buffer-file-name file) nil |