summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2019-12-23 16:19:10 -0800
committerFranck Cuny <franck.cuny@gmail.com>2019-12-23 16:19:10 -0800
commit901ef3a2a22753fc91aaeec9d55878d3e70223c1 (patch)
treeb16cbcecf3b685f26cbd1aea509d83aa07ee3991
parentemacs: add gnu to melpa. (diff)
downloademacs.d-901ef3a2a22753fc91aaeec9d55878d3e70223c1.tar.gz
org: remove unused functions.
I don't have any need for these functions.
-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)