diff --git a/lisp/ein-worksheet.el b/lisp/ein-worksheet.el index 9d3c3a4..f4b5179 100644 --- a/lisp/ein-worksheet.el +++ b/lisp/ein-worksheet.el @@ -600,7 +600,7 @@ next cell, or insert if none." (ein:worksheet-execute-cell ws cell)) (ein:aif (ein:cell-next cell) (ein:cell-goto it) - (ein:worksheet-insert-cell-below ws 'code cell))) + (ein:worksheet-insert-cell-below ws 'code cell t))) (defun ein:worksheet-execute-all-cell (ws) "Execute all cells in the current worksheet buffer."