Re: [Orgmode] [bug] [babel] executing code block overwrites subsequent heading

2010-12-03 Thread Eric S Fraga
"Eric Schulte" writes: > Hi Eric, > > Thanks for pointing this out. I broke this when changing the result > insertion code recently to add support for the ":result wrap" header > argument. It should now be fixed (see my attached version of your > example.org). Please let me know if it persists

Re: [Orgmode] [bug] [babel] executing code block overwrites subsequent heading

2010-12-03 Thread Eric Schulte
Hi Eric, Thanks for pointing this out. I broke this when changing the result insertion code recently to add support for the ":result wrap" header argument. It should now be fixed (see my attached version of your example.org). Please let me know if it persists. Thanks -- Eric #+TITLE: exam

[Orgmode] [bug] [babel] executing code block overwrites subsequent heading

2010-12-02 Thread Eric S Fraga
Hello, suddenly, there seems to be a rather strange bug in the insertion of babel code block results into the org file. Attached are two files: =examplebug.org= which has a simple octave code block *before* the code block is executed and =examplebugafter.org= which is what the file looks like aft