bughelp wanted
Repository metrics
- Stars
- (302 stars)
- PR merge metrics
- (PR metrics pending)
Description
Hello,
This is related to #259.
I installed live-py-mode from melpa and I cannot work in org-babel Step to reproduce:
- Open org file
- Start a python src
#+begin_src python
#+end_src
- inside the src execute edit-src-special C-c C-'
- 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