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