diff options
Diffstat (limited to 'lisp/org/org-archive.el')
-rw-r--r-- | lisp/org/org-archive.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-archive.el b/lisp/org/org-archive.el index aee8b5f795a..2f468818834 100644 --- a/lisp/org/org-archive.el +++ b/lisp/org/org-archive.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.13a +;; Version: 6.14 ;; ;; This file is part of GNU Emacs. ;; @@ -345,7 +345,7 @@ sibling does not exist, it will be created at the end of the subtree." (org-end-of-subtree t t) (save-excursion (goto-char pos) - (org-cut-subtree)) + (let ((this-command this-command)) (org-cut-subtree))) (org-paste-subtree (org-get-valid-level level 1)) (org-set-property "ARCHIVE_TIME" |