From c51224323e3f7cfc494a26a70fa82b98e9c1ebf3 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Tue, 8 Nov 2022 07:32:57 +0100 Subject: [PATCH] Add the -i switch to the org-structure-template for Python --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 226483a..07bd9d1 100644 --- a/README.org +++ b/README.org @@ -2095,7 +2095,7 @@ else: ("l" . "export latex") ("q" . "quote") ("s" . "src") - ("p" . "src python :session") + ("p" . "src python -i :session") ("v" . "verse"))))) #+end_src