emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Grant Rettke <gcr@wisdomandwonder.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: exporting org to latex, execute matlab before exporting
Date: Sun, 6 Aug 2017 16:04:13 -0500	[thread overview]
Message-ID: <CAAjq1mfTwTs+HUcySGeuf-DFKBubpps38B-rnb-B8x2gm1eTQg@mail.gmail.com> (raw)
In-Reply-To: <87poce6ukv.fsf@mat.ucm.es>

On Wed, Aug 2, 2017 at 7:08 AM, Uwe Brauer <oub@mat.ucm.es> wrote:
> 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.

Never evaluate source-blocks or in-line-source-blocks *on export*.

#+NAME: org_gcr_2017-05-12_mara_FE5C21BF-9766-4277-A413-B3AF5C255C39
#+BEGIN_SRC emacs-lisp
(help/set-org-babel-default-header-args :eval "never-export")
(help/set-org-babel-default-inline-header-args :eval "never-export")
#+END_SRC

Never evaluate in-line-source-blocks *on export*.

#+NAME: org_gcr_2017-05-12_mara_DB816700-04B3-45D0-9847-490BBFE9DBA0
#+BEGIN_SRC emacs-lisp
(setq org-export-babel-evaluate nil)
#+END_SRC

      parent reply	other threads:[~2017-08-06 21:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-02 12:08 exporting org to latex, execute matlab before exporting Uwe Brauer
2017-08-03  7:42 ` [SOLVED] (was: exporting org to latex, execute matlab before exporting) Uwe Brauer
2017-08-03  8:04   ` [NOT SOLVED: BUG?] (was: [SOLVED]) Uwe Brauer
2017-08-03 16:40     ` Berry, Charles
2017-08-03 19:19       ` [NOT SOLVED: BUG?] Uwe Brauer
2017-08-06 21:04 ` Grant Rettke [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAjq1mfTwTs+HUcySGeuf-DFKBubpps38B-rnb-B8x2gm1eTQg@mail.gmail.com \
    --to=gcr@wisdomandwonder.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).