mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 23:41:38 -05:00
Fix customization type of jupyter-org-pandoc-convertable
This commit is contained in:
parent
74a6cfd541
commit
4533246173
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ automatically be shown if this is non-nil."
|
||||||
'("html" "markdown" "latex")
|
'("html" "markdown" "latex")
|
||||||
"Export blocks to convert to `org-mode' when ':pandoc t' header is set."
|
"Export blocks to convert to `org-mode' when ':pandoc t' header is set."
|
||||||
:group 'ob-jupyter
|
:group 'ob-jupyter
|
||||||
:type 'string)
|
:type '(repeat string))
|
||||||
|
|
||||||
(defconst jupyter-org-mime-types '(:text/org
|
(defconst jupyter-org-mime-types '(:text/org
|
||||||
;; Prioritize images over html
|
;; Prioritize images over html
|
||||||
|
|
Loading…
Add table
Reference in a new issue