Move to start of generated buffer

This commit is contained in:
TEC 2020-08-16 11:56:54 +08:00
parent 6afa8b23f0
commit b8b8681046
1 changed files with 2 additions and 1 deletions

View File

@ -235,7 +235,8 @@ If preprocessor is given, and a function, it is run with the value of IN-FILE. T
(exit (if out-file
(progn (find-file out-file)
(kill-buffer process-buffer))
(switch-to-buffer process-buffer))
(switch-to-buffer process-buffer)
(goto-char (point-min)))
(when start-time-seconds
(message "Converted docunent in %3fs" (- (time-to-seconds (current-time)) start-time-seconds)))
(org-mode))