Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2021-01-07 00:14:37 -05:00
commit 5b5c420da5
2 changed files with 2 additions and 2 deletions

View File

@ -732,6 +732,8 @@ context. See the individual commands for more information."
"use `org-planning-line-re', followed by `org-ts-regexp-both' instead."
"Org 9.4")
(define-obsolete-function-alias 'org-copy 'org-refile-copy "Org 9.4")
;;;; Obsolete link types
(eval-after-load 'ol

View File

@ -373,8 +373,6 @@ the *old* location.")
(defvar org-refile-keep nil
"Non-nil means `org-refile' will copy instead of refile.")
(define-obsolete-function-alias 'org-copy 'org-refile-copy)
;;;###autoload
(defun org-refile-copy ()
"Like `org-refile', but preserve the refiled subtree."