gregsexton / gregsexton/ob-ipython
org-babel-expand-src-block behaviour is not pulling in :var header arguments
- Dominant language
- Emacs Lisp
- Stars
- 742
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Playing around with some functionality that requires that the function
`org-babel-expand-src-block` works as expected, meaning that the following orgmode content
#+BEGIN_SRC python :var data="ABC" :exports none
print(data)
#+END_SRC
when using `org-babel-expand-src-block` would open a buffer with
data="ABC"
print(data)
however if `ob-ipython` and `ipython` as src header is used then the `:var ` header argument is not pulled in correctly.
Is it possible to make this work?
The motivation is to produce reproducible code when possible while still make it possible to use ob-ipython.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.