summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el
index 5bc9708..d8a17f7 100644
--- a/emacs.d/custom/fcuny-org.el
+++ b/emacs.d/custom/fcuny-org.el
@@ -277,6 +277,8 @@ is nil, refile in the current file."
                                   (point)))))))
 
 (defun fcuny/org-refile-to-work-journal ()
+"Refile current subtree to a datetree in work journal corresponding to it's timestamp.
+The current time is used if the entry has no timestamp."
   (interactive)
   (fcuny/org-refile-to-datetree org-default-work-journal-file))