emacs-orgmode
[Top][All Lists]
Advanced

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

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src


From: Max Nikulin
Subject: bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks
Date: Wed, 29 Dec 2021 19:53:59 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 25/12/2021 02:52, Berry, Charles wrote:

For that case, setting buffer or heading properties, such as:

#+begin_src org
   :PROPERTIES:
   :header-args: :eval yes :exports results
   :header-args:bibtex: :eval no
   :END:
#+end_src

resolves the issue.

Chuck, is it expected that the following form to specify properties suppresses of evaluation during export but allows execution during processing of `org-babel-execute-buffer'? I am puzzled that behavior for property drawer is different.

---- >8 ----
#+property: header-args :eval yes :exports both
#+property: header-args:elisp :eval no

#+begin_src elisp
  (message "From elisp")
#+end_src
---- 8< ----





reply via email to

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