donkirkby/live-py-plugin

Bug in Org-babel support in emacs

Open

#299 opened on Apr 2, 2021

 (2 comments) (0 reactions) (0 assignees)Python (63 forks)auto 404
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:

  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