From a088e044a481e6a23d2274fc4bb0275eae9754ab Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 9 Dec 2019 11:17:09 -0800 Subject: [org] Clean up function to move to datetree. I don't use the property *TIMESTAMP_IA* so I can drop this from the code. --- emacs.d/custom/fcuny-org.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs.d') 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 -- cgit 1.4.1