From 21741a4696a44fefc747cd86155ad3f622b23701 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Thu, 29 Dec 2022 16:37:00 +0300 Subject: [PATCH] * 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 --- lisp/ob-python.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ob-python.el b/lisp/ob-python.el index 1829ab149..897462a2a 100644 --- a/lisp/ob-python.el +++ b/lisp/ob-python.el @@ -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.