From 901ef3a2a22753fc91aaeec9d55878d3e70223c1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 23 Dec 2019 16:19:10 -0800 Subject: org: remove unused functions. I don't have any need for these functions. --- emacs.d/custom/fcuny-org.el | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index 8ab36f4..014271a 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -316,24 +316,4 @@ otherwise, this destination buffer is not shown." (apply 'kill-region region) (save-window-excursion (dump-it file-dest contents))))) -(defun fcuny/org-refile-to-task () - "Refile (move) the current Org subtree to `org-default-tasks-file'." - (interactive) - (fcuny/org-refile-directly org-default-tasks-file)) - -(defun fcuny/org-refile-to-personal () - "Refile (move) the current Org subtree to `org-default-personal-file'." - (interactive) - (fcuny/org-refile-directly org-default-personal-file)) - -(defun fcuny/org-refile-to-notes () - "Refile (move) the current Org subtree to `org-default-notes-file'." - (interactive) - (fcuny/org-refile-directly org-default-notes-file)) - -(defun fcuny/org-refile-to-work () - "Refile (move) the current Org subtree to `org-default-work-file'." - (interactive) - (fcuny/org-refile-directly org-default-work-file)) - (provide 'fcuny-org) -- cgit 1.4.1