|
@@ -984,7 +984,7 @@ value of `org-export-run-in-background'."
|
|
|
(set-process-sentinel p 'org-export-process-sentinel)
|
|
|
(message "Background process \"%s\": started" p))
|
|
|
;; background processing not requested, or not possible
|
|
|
- (if subtree-p (progn (outline-mark-subtree) (activate-mark)))
|
|
|
+ (if subtree-p (progn (org-mark-subtree) (activate-mark)))
|
|
|
(call-interactively (nth 1 ass))
|
|
|
(when (and bpos (get-buffer-window cbuf))
|
|
|
(let ((cw (selected-window)))
|