From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Bug in latex export tutorial on worg ? Date: Mon, 09 May 2011 21:41:09 -0500 Message-ID: <4DC8A5C5.4050202@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJcss-0005dY-BQ for emacs-orgmode@gnu.org; Mon, 09 May 2011 22:41:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJcsq-0008EO-Br for emacs-orgmode@gnu.org; Mon, 09 May 2011 22:41:14 -0400 Received: from mpls.sift.info ([75.146.46.193]:41888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJcsq-0008Dz-68 for emacs-orgmode@gnu.org; Mon, 09 May 2011 22:41:12 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode 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? Cheers, r