emacs-orgmode
[Top][All Lists]
Advanced

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

Re: org mode with babel source: execute all source blocks, don't export


From: Diego Zamboni
Subject: Re: org mode with babel source: execute all source blocks, don't export them to latex
Date: Tue, 13 Oct 2020 09:04:52 +0200

Hi Uwe,

    1. Is there any equivalent to org-update-all-dblocks for the source blocks?

I think you want org-babel-execute-buffer:

Documentation
Call org-babel-execute-src-block on every source block in
the current buffer.

     2. I want to export the org file to latex, in the current setting
       the source blocks are also exported. I tried
       #+begin_src matlab  :results output raw   :eval never-export
       but it did not help.

Normally, =:results output= should be enough, but there might be some peculiarities with matlab blocks that change this behavior.
 
--Diego


reply via email to

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