mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-30 08:08:26 +00:00
* lisp/ob-python.el: Declare non-standard header args
(org-babel-default-header-args:python): New constant declaring python-specific header arguments.
This commit is contained in:
parent
c703541ffc
commit
88f2dde0fc
@ -41,6 +41,11 @@
|
||||
|
||||
(defvar org-babel-default-header-args:python '())
|
||||
|
||||
(defconst org-babel-default-header-args:python
|
||||
'((return . :any)
|
||||
(python . :any))
|
||||
"Python-specific header arguments.")
|
||||
|
||||
(defcustom org-babel-python-command "python"
|
||||
"Name of the command for executing Python code."
|
||||
:version "24.4"
|
||||
|
Loading…
Reference in New Issue
Block a user