aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ob-python.el
diff options
context:
space:
mode:
authorBastien Guerry2014-10-03 10:13:51 +0200
committerBastien Guerry2014-10-03 10:13:51 +0200
commita81e5de3a34d27cea43d49ffdfd9755f0eddb262 (patch)
tree94d0e2b93f054d2cc9f7f7dc5423561ea3c00a2c /lisp/org/ob-python.el
parente197284d4789d7caa613fc406516f58fbec02547 (diff)
downloademacs-a81e5de3a34d27cea43d49ffdfd9755f0eddb262.tar.gz
emacs-a81e5de3a34d27cea43d49ffdfd9755f0eddb262.zip
Sync with Org 8.2.8.
Diffstat (limited to 'lisp/org/ob-python.el')
-rw-r--r--lisp/org/ob-python.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el
index baa5764ac42..7cee1046690 100644
--- a/lisp/org/ob-python.el
+++ b/lisp/org/ob-python.el
@@ -56,8 +56,6 @@ This will typically be either 'python or 'python-mode."
56 :package-version '(Org . "8.0") 56 :package-version '(Org . "8.0")
57 :type 'symbol) 57 :type 'symbol)
58 58
59(defvar org-src-preserve-indentation)
60
61(defcustom org-babel-python-hline-to "None" 59(defcustom org-babel-python-hline-to "None"
62 "Replace hlines in incoming tables with this when translating to python." 60 "Replace hlines in incoming tables with this when translating to python."
63 :group 'org-babel 61 :group 'org-babel