donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
292 stars 56 forks source link

Bug in Org-babel support in emacs #299

Open OmarAshkar opened 3 years ago

OmarAshkar commented 3 years ago

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:

Thank You

donkirkby commented 3 years ago

Yes, I can reproduce the problem with Emacs 27.2 on Ubuntu 20.04. Is that the same version that you're running? Thanks for the bug report.

OmarAshkar commented 3 years ago

@donkirkby I am using 27.1, so shouldn't be drastic