Re: [O] Restore raw output in LaTeX export from in-line code block

2013-10-06 Thread Liam Healy
On Wed, Oct 2, 2013 at 9:28 AM, Eric Schulte wrote: > > > inline "\\sqrt{2}" works > > > Are you able to interactively execute inline code blocks? > > I'm not sure what the issue could be. > > Best, > Thanks for the response Eric. I do not get the results you do: src_lisp[:results raw]{(format

Re: [O] Restore raw output in LaTeX export from in-line code block

2013-10-02 Thread Eric Schulte
Liam Healy writes: > On Sun, Sep 29, 2013 at 3:46 PM, Eric Schulte wrote: >> Liam Healy writes: >> >>> I noticed that raw results from in-line code blocks were disappearing in >>> the new LaTeX exporter, and bisected the repo to the change 7117ad4f92. I >>> have created the attached patch to fi

Re: [O] Restore raw output in LaTeX export from in-line code block

2013-10-01 Thread Liam Healy
On Sun, Sep 29, 2013 at 3:46 PM, Eric Schulte wrote: > Liam Healy writes: > >> I noticed that raw results from in-line code blocks were disappearing in >> the new LaTeX exporter, and bisected the repo to the change 7117ad4f92. I >> have created the attached patch to fix the problem and restore th

Re: [O] Restore raw output in LaTeX export from in-line code block

2013-09-29 Thread Eric Schulte
Liam Healy writes: > I noticed that raw results from in-line code blocks were disappearing in > the new LaTeX exporter, and bisected the repo to the change 7117ad4f92. I > have created the attached patch to fix the problem and restore the previous > behavior. > > example file > * Test >

[O] Restore raw output in LaTeX export from in-line code block

2013-09-28 Thread Liam Healy
I noticed that raw results from in-line code blocks were disappearing in the new LaTeX exporter, and bisected the repo to the change 7117ad4f92. I have created the attached patch to fix the problem and restore the previous behavior. example file * Test 1. Inline common lisp raw: src_