Revert "Refactor refiling code"

This reverts commit 84e8434337.
This commit is contained in:
Carsten Dominik 2010-03-29 14:22:46 +02:00
parent a3f3efe82d
commit 60755599a0
1 changed files with 7 additions and 4 deletions

View File

@ -6215,15 +6215,18 @@ If this information is not given, the function uses the tree at point."
(let* ((marker (or (org-get-at-bol 'org-hd-marker)
(org-agenda-error)))
(buffer (marker-buffer marker))
(pos (marker-position marker)))
(pos (marker-position marker))
(rfloc (or rfloc
(org-refile-get-location
(if goto "Goto: " "Refile to: ") buffer
org-refile-allow-creating-parent-nodes))))
(with-current-buffer buffer
(save-excursion
(save-restriction
(widen)
(goto-char marker)
(org-refile goto buffer rfloc)
(with-current-buffer "*Org Agenda*"
(org-agenda-redo))))))))
(org-remove-subtree-entries-from-agenda)
(org-refile goto buffer rfloc)))))))
(defun org-agenda-open-link (&optional arg)
"Follow the link in the current line, if any.