Phil Regier <preg...@math.ku.edu> writes:

> I'm having trouble with Octave export, and I am not quite sure where to look.
>
> In an Org file I have the following:
>
>    #+BEGIN_SRC octave
>      a = [1;3;5;7;9]
>      b = [2;4;6;8]
>      ans=a;
>    #+END_SRC octave
>
> When exporting to LaTeX I get the following:
>
> \#+BEGIN\_SRC octave
>   a = [1;3;5;7;9]
>   b = [2;4;6;8]
>   ans=a;
> \#+END\_SRC octave

Remove "octave" from the #+end_src line.  There should be nothing else
on that line.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.2, Org release_8.2.5h-709-g99f1ff

Reply via email to