Re: [O] #+BEGIN_SRC export in Latex

2014-04-30 Thread Eric S Fraga
On Wednesday, 30 Apr 2014 at 20:28, Luke Crook wrote: [...] > Found the culprit. I have the following in my emacs.org file > > ** Fontify source blocks in Latext > #+BEGIN_SRC emacs-lisp > (setq org-latex-listings t) > #+END_SRC > > Setting org-latex-listings back to NIL fixed the problem. I h

Re: [O] #+BEGIN_SRC export in Latex

2014-04-30 Thread Luke Crook
Eric S Fraga ucl.ac.uk> writes: > > On Wednesday, 30 Apr 2014 at 18:00, Luke Crook wrote: > > The following example is not being exported in Latex as a code block. However > > it is exported correctly in HTML export. org-mode version 8.2.6 > > > > #+BEGIN_SRC emacs-lisp -n -r > > (save

Re: [O] #+BEGIN_SRC export in Latex

2014-04-30 Thread Eric S Fraga
On Wednesday, 30 Apr 2014 at 18:00, Luke Crook wrote: > The following example is not being exported in Latex as a code block. > However > it is exported correctly in HTML export. org-mode version 8.2.6 > > #+BEGIN_SRC emacs-lisp -n -r > (save-excursion (ref:sc) >

[O] #+BEGIN_SRC export in Latex

2014-04-30 Thread Luke Crook
The following example is not being exported in Latex as a code block. However it is exported correctly in HTML export. org-mode version 8.2.6 #+BEGIN_SRC emacs-lisp -n -r (save-excursion (ref:sc) (goto-char (point-min))) (ref:jump) #+END_SRC