emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] #+BEGIN_SRC export in Latex


From: Luke Crook
Subject: Re: [O] #+BEGIN_SRC export in Latex
Date: Wed, 30 Apr 2014 20:28:45 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric S Fraga <e.fraga <at> 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-excursion                  (ref:sc)
> >         (goto-char (point-min)))      (ref:jump)
> >  #+END_SRC
> 
> What do you actually get in your latex export?  I have just tried this
> and it works just fine.  Mind you, my org is not quite up to date but it
> *is* 8.2.6.
> 

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.








reply via email to

[Prev in Thread] Current Thread [Next in Thread]