Re: [O] Octave/Matlab Code Export Issue?

2014-03-13 Thread Eric S Fraga
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

Re: [O] Octave/Matlab Code Export Issue?

2014-03-13 Thread Phil Regier
Subject: Re: [O] Octave/Matlab Code Export Issue? 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

Re: [O] Octave/Matlab Code Export Issue?

2014-03-13 Thread Charles Berry
Phil Regier pregier at 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 Instead try this:

Re: [O] Octave/Matlab Code Export Issue?

2014-03-13 Thread Eric S Fraga
Phil Regier preg...@math.ku.edu writes: Wow; I'm embarrassed. Thanks so much for the assist; terribly sorry to spam the list with such a simple error. X( No need to be embarrassed. This error catches me out *all* the time which is why I know what to look for. It would probably help if the

[O] Octave/Matlab Code Export Issue?

2014-03-12 Thread Phil Regier
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]