emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug in latex export tutorial on worg ?


From: Nick Dokos
Subject: Re: [O] Bug in latex export tutorial on worg ?
Date: Mon, 09 May 2011 22:54:06 -0400

Robert Goldman <address@hidden> wrote:

> There is the following code block there:
> 
> #+begin_src emacs-lisp :results silent
>   (add-to-list 'org-export-latex-classes
>           '("per-file-class"
>              "\\documentclass{scrartcl}
>              [NO-DEFAULT-PACKAGES]
>              [EXTRA]"
>              ("\\section{%s}" . "\\section*{%s}")
>              ("\\subsection{%s}" . "\\subsection*{%s}")
>              ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
>              ("\\paragraph{%s}" . "\\paragraph*{%s}")
>              ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
> #+end_src
> 
> Is this still correct?  Or should this be :exports none instead of
> :results silent?
> 

``:results silent'' works for me and keeps the result from appearing in
the org buffer. I don't think :exports can do that - it can only affect
what's exported.

Nick



reply via email to

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