donkirkby/live-py-plugin

Bug in Org-babel support in emacs

开放

#299 创建于 2021年4月2日

 (2 条评论) (0 个反应) (0 位负责人)Python (63 个派生)auto 404
bughelp wanted

仓库指标

星标
 (302 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南