mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
ob-ein support automatically create direct with parents
This commit is contained in:
parent
36afeaa6ea
commit
f6e55fde96
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ For example, call (ein:org-register-lang-mode \"ein-R\" 'R) to define a language
|
|||
(d ein:org-inline-image-directory)
|
||||
(tf (concat d "/ob-ein-" f ".png")))
|
||||
(unless (file-directory-p d)
|
||||
(make-directory d))
|
||||
(make-directory d 'parents))
|
||||
tf))
|
||||
|
||||
(defun ein:write-base64-image (img-string file)
|
||||
|
|
Loading…
Add table
Reference in a new issue