mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Add FIXME on ein:notebook-discard-output-on-save
This commit is contained in:
parent
03d7c82cb8
commit
23c75f5a2b
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ a function
|
|||
|
||||
Note that using function needs EIN lisp API, which is not determined
|
||||
yet. So be careful when using EIN functions. They may change."
|
||||
;; FIXME: Change call signature of the function. Like this:
|
||||
;; (funcall FUNC :cell cell :worksheet ws :notebook notebook)
|
||||
:type '(choice (const :tag "No" 'no)
|
||||
(const :tag "Yes" 'yes)
|
||||
;; FIXME: this must be go to the customize UI after
|
||||
|
|
Loading…
Add table
Reference in a new issue