mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
parent
bb53fdd864
commit
5b09d4d5ca
1 changed files with 1 additions and 1 deletions
|
@ -1101,7 +1101,7 @@ new \"scalar\" result with the result of calling
|
|||
(defsubst jupyter-org--first-result-context-p (context)
|
||||
(cl-case (org-element-type context)
|
||||
(drawer (not (equal "RESULTS"
|
||||
(org-element-property :drawer-name context))))
|
||||
(upcase (org-element-property :drawer-name context)))))
|
||||
(t (not (jupyter-org--wrappable-element-p context)))))
|
||||
|
||||
(defun jupyter-org--clear-request-id (req)
|
||||
|
|
Loading…
Add table
Reference in a new issue