* lisp/ob-python.el: Mark python-mode support for removal

Add FIXME record to remove python-mode.el support in the next release.
See the annoucement in https://orgmode.org/Changes.html (Org 9.6)

Link: https://orgmode.org/list/87r0xq8dk9.fsf@gnu.org
This commit is contained in:
Ihor Radchenko 2022-12-29 16:37:00 +03:00
parent a9c0d4cde2
commit 21741a4696
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
:group 'org-babel
:type 'string)
;; FIXME: Remove third-party `python-mode' package support in the next release.
(defcustom org-babel-python-mode
(if (featurep 'python-mode) 'python-mode 'python)
"Preferred python mode for use in running python interactively.