Hi Austin,
since you want to include tis code literally into LaTeX, the best is
probably to encapsulate it into
#+BEGIN_LATEX #+END_LATEX
and to try to solve only the local editing issue.
Take a look at the function org-edit-src-find-region-and-lang. There
is a list of regular exp
Hello!
Sweave is a preprocessing step that can be applied to LaTeX files that
contain code written in the S or R programming languages. Sweave allows
authors to embed their statistical analyses in body of their LaTeX
articles, enabling what I find to be a very nice style of literate
programming.