diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-12-09 11:17:09 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-12-09 11:17:09 -0800 |
commit | a088e044a481e6a23d2274fc4bb0275eae9754ab (patch) | |
tree | 073b12ff6ac7eab2d77cbc123cfcbc7b15b3fd1d /emacs | |
parent | [org] The week starts on Monday (diff) | |
download | emacs.d-a088e044a481e6a23d2274fc4bb0275eae9754ab.tar.gz |
[org] Clean up function to move to datetree.
I don't use the property *TIMESTAMP_IA* so I can drop this from the code.
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 |