From 34835baf7f79f550b73440121fcda756ddbe9d59 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 9 Dec 2019 11:17:39 -0800 Subject: [org] Add docstring to a function. Add a docstring to the function to refile a subtree to the work journal. --- emacs.d/custom/fcuny-org.el | 2 ++ 1 file changed, 2 insertions(+) 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)) -- cgit 1.4.1