Add the -i switch to the org-structure-template for Python

This commit is contained in:
Gerard Vermeulen 2022-11-08 07:32:57 +01:00
parent 4311d9a6f9
commit c51224323e
1 changed files with 1 additions and 1 deletions

View File

@ -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