Re: [O] [NOT SOLVED: BUG?] (was: [SOLVED])

2017-08-03 Thread Berry, Charles
> On Aug 3, 2017, at 1:04 AM, Uwe Brauer wrote: > > > > I just checked and situation is absurd. Here is the minimal example: > [snip] > > When I set org-export-babel-evaluate nil, then the code is *not* > evaluated, *but* the code block *and* the result are exported. >

[O] [NOT SOLVED: BUG?] (was: [SOLVED])

2017-08-03 Thread Uwe Brauer
I just checked and situation is absurd. Here is the minimal example: , | | #+begin_src matlab :results output latex :exports results | X=[1]; | disp('\begin{displaymath}') | fprintf('X&=%g \n', X) | disp('\end{displaymath}') | #+end_src | | #+RESULTS: | #+BEGIN_EXPORT latex |