Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Org-babel support in emacs #299

Open
OmarAshkar opened this issue Apr 2, 2021 · 2 comments
Open

Bug in Org-babel support in emacs #299

OmarAshkar opened this issue Apr 2, 2021 · 2 comments

Comments

@OmarAshkar
Copy link

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

@donkirkby
Copy link
Owner

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.

@donkirkby donkirkby added the bug label Apr 12, 2021
@OmarAshkar
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants