Re: [O] Code, Sessions, and org-edit-special

2014-11-23 Thread Ken Mankoff
* On 2014-11-22 at 19:17, Ken Mankoff wrote: > Hi List, > > A simpler phrasing of my previous question. > > How do I find out if an Org function, `org-ctrl-c-ctrl-c`, was called > somewhere up the stack. I'm trying to modify a function > "python-shell-get-process-name", but I don't want it to be m

Re: [O] Code, Sessions, and org-edit-special

2014-11-22 Thread Ken Mankoff
Hi List, A simpler phrasing of my previous question. How do I find out if an Org function, `org-ctrl-c-ctrl-c`, was called somewhere up the stack. I'm trying to modify a function "python-shell-get-process-name", but I don't want it to be modified when somewhere, possibly far upstream, Org is happ

[O] Code, Sessions, and org-edit-special

2014-11-21 Thread Ken Mankoff
Hi List, I'm trying to improve my code workflow. I use python and sessions. I'd like to be able to run code in the session even if I'm editing/viewing the code via `org-edit-special`. Furthermore, when I edit code outside of Org, I'd like to have sessions, that is, optionally one Python session pe