|
@@ -304,12 +304,7 @@ this heading."
|
|
|
|
|
|
;; Save and kill the buffer, if it is not the same buffer.
|
|
|
(when (not (eq this-buffer buffer))
|
|
|
- (save-buffer)
|
|
|
- ;; Check if it is OK to kill the buffer
|
|
|
- (unless
|
|
|
- (or visiting
|
|
|
- (equal (marker-buffer org-clock-marker) (current-buffer)))
|
|
|
- (kill-buffer buffer)))
|
|
|
+ (save-buffer))
|
|
|
))
|
|
|
;; Here we are back in the original buffer. Everything seems to have
|
|
|
;; worked. So now cut the tree and finish up.
|