Re: Bug Re: Greater than, less than bug in emacs-lisp source block

2021-09-04 Thread Arthur Miller
Tim Cross writes: > John Kitchin writes: > >> My previous solution seems like it stopped working for some reason. Here is >> a new version that "should" only change syntax >> inside src-blocks, but not inside strings. >> >> It looks like this does not impact html blocks, or xml blocks. >> >>

Re: How to use Org with Python as an IDE?

2021-09-04 Thread edgar
I am very sorry for wasting your precious time. This was very simple 1. Install (some are optional) python-language-server jedi-language-server bash-language-server python-pylint python-pydocstyle ccls python-pyls-black 2. Clone https://github.com/joaotavora/eglot 3. Add this to your

Fwd: How to use Org with Python as an IDE?

2021-09-04 Thread edgar
Is there a current way to have Python (not iPython, Jupyter, Anaconda, Conda...) IDE in Emacs? I sent the forwareded message to the Org (mode) list, because I am planning to use Org, but I am in a defeated state, and if I can get regular files with autocompletion, navigation and

Re: Bug Re: Greater than, less than bug in emacs-lisp source block

2021-09-04 Thread Tim Cross
John Kitchin writes: > My previous solution seems like it stopped working for some reason. Here is a > new version that "should" only change syntax > inside src-blocks, but not inside strings. > > It looks like this does not impact html blocks, or xml blocks. > > It is probably possible to

emacs-jupyter does not send result form babel block

2021-09-04 Thread Rafael
I am using emacs-jupyter (https://github.com/nnicandro/emacs-jupyter), and I have just noticed that results from a block are not sent to another block. I think it has to do with this issue https://github.com/nnicandro/emacs-jupyter/issues/222. Can somebody suggest a workaround? (I actually want

Re: Org babel source blocks ignore buffer-local variables

2021-09-04 Thread Berry, Charles
> On Sep 4, 2021, at 5:30 AM, Dominik Schrempf > wrote: > > Hello, > > I use directory local environments with =envrc= [1], and run into trouble when > using (Bash) Org Babel source code blocks. The buffer local environment seems > to > be ignored (see the example at the bottom). > > This

How to use Org with Python as an IDE?

2021-09-04 Thread edgar
Hi! * Brief I want to use Emacs to program in Python and combine it with Org. I am unable to setup Gtags (my first option), Elpy nor Jedi. I would like to stay away from LSP, but I am willing to heed. What you see [[*What I have tried][below]] is to show that I really tried. You should

Org babel source blocks ignore buffer-local variables

2021-09-04 Thread Dominik Schrempf
Hello, I use directory local environments with =envrc= [1], and run into trouble when using (Bash) Org Babel source code blocks. The buffer local environment seems to be ignored (see the example at the bottom). This seems to have been discussed in the course of a GitHub issue of =inheritenv=