summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/custom/fcuny-org.el20
1 files changed, 0 insertions, 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)