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

2014-03-13 Thread Eric S Fraga
Phil Regier 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 fontification didn'

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

2014-03-13 Thread Charles Berry
Phil Regier 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: --8<---

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

2014-03-13 Thread Phil Regier
Wow; I'm embarrassed. Thanks so much for the assist; terribly sorry to spam the list with such a simple error. X( Phil - Original Message - From: "Eric S Fraga" To: "Phil Regier" Cc: emacs-orgmode@gnu.org Sent: Thursday, March 13, 2014 11:08:36 AM Subject: R

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

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

[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]