branch: externals/org
commit d57d3bd9bbf6ceb5ee046ff42af0b49b84c05a6c
Author: Jack Kamm <[email protected]>
Commit: Jack Kamm <[email protected]>
ob-python: Remove :version from variables with :package-version
---
lisp/ob-python.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/lisp/ob-python.el b/lisp/ob-python.el
index 5251c3b336..feb88a4465 100644
--- a/lisp/ob-python.el
+++ b/lisp/ob-python.el
@@ -74,14 +74,12 @@ If `org-babel-python-command' is set, then it overrides
this option."
(defcustom org-babel-python-hline-to "None"
"Replace hlines in incoming tables with this when translating to python."
:group 'org-babel
- :version "24.4"
:package-version '(Org . "8.0")
:type 'string)
(defcustom org-babel-python-None-to 'hline
"Replace `None' in python tables with this before returning."
:group 'org-babel
- :version "24.4"
:package-version '(Org . "8.0")
:type 'symbol)