From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: [SOLVED] (was: exporting org to latex, execute matlab before exporting) Date: Thu, 03 Aug 2017 07:42:46 +0000 Message-ID: <877eyl6qrt.fsf@mat.ucm.es> References: <87poce6ukv.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddAmb-0002lX-NR for emacs-orgmode@gnu.org; Thu, 03 Aug 2017 03:43:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddAmX-0000Y4-0G for emacs-orgmode@gnu.org; Thu, 03 Aug 2017 03:43:01 -0400 Received: from [195.159.176.226] (port=52946 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ddAmW-0000Xi-QL for emacs-orgmode@gnu.org; Thu, 03 Aug 2017 03:42:56 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ddAmN-0007kC-GI for emacs-orgmode@gnu.org; Thu, 03 Aug 2017 09:42:47 +0200 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" To: emacs-orgmode@gnu.org >>> "Uwe" == Uwe Brauer writes: > Which is what I want. When I convert the org file to latex I am again > asked to execute the src block, which I don't want since it is already > executed. How can I avoid this question, without deleting the src block. > This is important if I have a lot of blocks which I already have > executed, and want to export the file without denying is executing every > time I am asked. To answer my own question put # -*- org-export-babel-evaluate: nil -*- At the beginning of the file.