|
@@ -708,7 +708,8 @@ line directly before or after the table."
|
|
|
(insert (org-plot/gnuplot-script table data-file num-cols params)))
|
|
(insert (org-plot/gnuplot-script table data-file num-cols params)))
|
|
|
;; Graph table.
|
|
;; Graph table.
|
|
|
(gnuplot-mode)
|
|
(gnuplot-mode)
|
|
|
- (gnuplot-send-buffer-to-gnuplot))
|
|
|
|
|
|
|
+ (ignore-error buffer-read-only
|
|
|
|
|
+ (gnuplot-send-buffer-to-gnuplot)))
|
|
|
;; Cleanup.
|
|
;; Cleanup.
|
|
|
(bury-buffer (get-buffer "*gnuplot*"))
|
|
(bury-buffer (get-buffer "*gnuplot*"))
|
|
|
;; Refresh any displayed images
|
|
;; Refresh any displayed images
|