Re: [O] org-latex-custom-lang-environments

2015-05-19 Thread Rasmus
Jacob Gerlach writes: > Hello, > > On Tue, May 19, 2015 at 11:29 AM, Rasmus wrote: >> If I explicitly eval: >> >> (org-babel-do-load-languages 'org-babel-load-languages '((sh . t))) >> (setq org-latex-custom-lang-environments '((sh "myverbatim")) >> org-latex-listings t) >> >>

Re: [O] org-latex-custom-lang-environments

2015-05-19 Thread Jacob Gerlach
Hello, On Tue, May 19, 2015 at 11:29 AM, Rasmus wrote: > If I explicitly eval: > > (org-babel-do-load-languages 'org-babel-load-languages '((sh . t))) > (setq org-latex-custom-lang-environments '((sh "myverbatim")) > org-latex-listings t) > > And export > > #+BEGIN_SRC sh :expor

Re: [O] org-latex-custom-lang-environments

2015-05-19 Thread Rasmus
Hi Jake, Jacob Gerlach writes: > I thought I had successfully used this variable, but after restarting > emacs, I can no longer reproduce the documented behavior. > > Given the following org file: > -- > #+BEGIN_SRC sh :exports code > echo "Hello" > #+END_SRC > > # Local Variables: > # o

[O] org-latex-custom-lang-environments

2015-05-19 Thread Jacob Gerlach
Hello, I thought I had successfully used this variable, but after restarting emacs, I can no longer reproduce the documented behavior. Given the following org file: -- #+BEGIN_SRC sh :exports code echo "Hello" #+END_SRC # Local Variables: # org-latex-listings: t # org-latex-custom-lang-e