|
@@ -3194,7 +3194,7 @@ If AGENDA-BUFFER-NAME, use this as the buffer name for the agenda to write."
|
|
|
(kill-buffer (current-buffer))
|
|
|
(message "Plain text written to %s" file))))))))
|
|
|
(set-buffer (or agenda-bufname
|
|
|
- (and (called-interactively-p 'any) (buffer-name))
|
|
|
+ (and (org-called-interactively-p 'any) (buffer-name))
|
|
|
org-agenda-buffer-name)))
|
|
|
(when open (org-open-file file)))
|
|
|
|