Hi Andreas,
Glad I could help, and THANK YOU for your improvement. I had started to try to
use the session name, if present, but never figured it out. It was on my TODO
list.
-k.
On 2015-08-13 at 06:12, Andreas Leha wrote:
> Hi Ken,
>
> Ken Mankoff writes:
>> Hi Andreas,
>>
>> On 2015-0
Hi Ken,
Ken Mankoff writes:
> Hi Andreas,
>
> On 2015-08-12 at 08:06, Andreas Leha
> wrote:
>> How do I associate that with the python process in *mypy*?
>> I am asked to start python when I run python-shell-send-region.
>
>
> I have set up my system so that Org asks for a buffer name every tim
Hi Andreas,
On 2015-08-12 at 08:06, Andreas Leha wrote:
> How do I associate that with the python process in *mypy*?
> I am asked to start python when I run python-shell-send-region.
I have set up my system so that Org asks for a buffer name every time
=org-edit-special= is called. This may be
Hi python users,
I have a simple question to all python users. I have a source block
with a named python session, e.g.
#+begin_src python :results output :session mypy
x = 1
print x
#+end_src
Now I
- execute that source block and then I
- edit that block in its own buffer via C-c '.
My