Re: [O] Babel Edit Code Whole Session Context

2018-06-24 Thread Kevin Foley
Hi Grant, > I hear you and think I understand what you say. I also know it can be > irritating when > somebody answers a slightly different question question you asked. If > you humor me, > I'm about to do that. No problem, I appreciate all discussion on the matter. > I don't know how to do what

Re: [O] Babel Edit Code Whole Session Context

2018-06-24 Thread Grant Rettke
Hi Kevin, On Sun, Jun 24, 2018 at 9:50 AM, Kevin Foley wrote: > Is there anyway to edit a source code block with the context of all other > source code blocks in the same session? Specifically when working with > Python I'd like features like company to be able to use the rest of the code > in t

[O] Babel Edit Code Whole Session Context

2018-06-24 Thread Kevin Foley
Is there anyway to edit a source code block with the context of all other source code blocks in the same session? Specifically when working with Python I'd like features like company to be able to use the rest of the code in the session. For example consider the following org file: #+begin_src p