summaryrefslogtreecommitdiff
path: root/lisp/org/ob-octave.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-12-17 17:18:40 -0500
committerKyle Meyer <kyle@kyleam.com>2022-12-17 17:28:27 -0500
commit3e02029642c2c4c329c95d1a1381ab4a83a606b5 (patch)
tree9ed261fe003d8414a234ba4dfc4648691cdabee0 /lisp/org/ob-octave.el
parent4a8ff671b0e93e96f7fca4204cdbc83f99a3387c (diff)
downloademacs-3e02029642c2c4c329c95d1a1381ab4a83a606b5.tar.gz
emacs-3e02029642c2c4c329c95d1a1381ab4a83a606b5.tar.bz2
emacs-3e02029642c2c4c329c95d1a1381ab4a83a606b5.zip
Update to Org 9.6-49-g47d129
Diffstat (limited to 'lisp/org/ob-octave.el')
-rw-r--r--lisp/org/ob-octave.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-octave.el b/lisp/org/ob-octave.el
index b0a7767ec3e..8953b675132 100644
--- a/lisp/org/ob-octave.el
+++ b/lisp/org/ob-octave.el
@@ -91,7 +91,7 @@ end")
(list
"set (0, \"defaultfigurevisible\", \"off\");"
full-body
- (format "print -dpng %s" gfx-file))
+ (format "print -dpng %S\nans=%S" gfx-file gfx-file))
"\n")
full-body)
result-type matlabp)))