donkirkby/live-py-plugin

Bug in Org-babel support in emacs

Offen

#299 geöffnet am 02.04.2021

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (63 Forks)auto 404
bughelp wanted

Repository-Metriken

Stars
 (302 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Hello,

This is related to #259.

I installed live-py-mode from melpa and I cannot work in org-babel Step to reproduce:

  1. Open org file
  2. Start a python src
#+begin_src python
#+end_src
  1. inside the src execute edit-src-special C-c C-'
  2. activate py-live-mode The mode will not be activated resulting in a message
Current buffer has no associated file

It is worth noting I am using doom emacs. I think the answer is to determine when the package should be sequentially to get this value.

My environment

Describe the versions of everything you were using:

  • EMACS
  • Operating system Ubuntu 20.04
  • Python 3.8.5

Thank You

Contributor Guide