From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Better way to specify the latex documentclass of an exported file without changing my configuration? Date: Wed, 26 Mar 2014 15:10:52 +0100 Message-ID: <87d2h9uk2b.fsf@gmail.com> References: <87ha6lumcb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSoXG-0000M4-Tj for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 10:10:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSoXA-0004Oo-GT for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 10:10:30 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:49109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSoXA-0004Oh-9n for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 10:10:24 -0400 Received: by mail-wi0-f179.google.com with SMTP id f8so1891563wiw.6 for ; Wed, 26 Mar 2014 07:10:23 -0700 (PDT) In-Reply-To: (Alan Schmitt's message of "Wed, 26 Mar 2014 14:54:16 +0100") 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: Alan Schmitt Cc: emacs-orgmode Alan Schmitt writes: > It is in a :noexport: section already. Here is a quick test. > > Exporting > > * Test :noexport: > > #+begin_src sh > echo "date 1" >> ~/tmp/results > echo `date` >> ~/tmp/results > #+end_src > > #+begin_src sh :exports results :results silent > echo "date 2" >> ~/tmp/results > echo `date` >> ~/tmp/results > #+end_src > > yields this "~/tmp/results" file: > > date 2 Wed Mar 26 14:46:08 CET 2014 > > The behavior is identical if the ":noexport:" tag is absent. Then I think you can at least remove the ":results silent" part, can't you? Regards, -- Nicolas Goaziou