Mehmet Tekman <mtekma...@gmail.com> writes: > On closer inspection it might actually be unpractical to have the sync > action within the `:tangle' syntax, the main reason being that people > might define the tangle target in the document header for ease of use.
This is not a problem. Try #+PROPERTY: header-args :results drawer output #+begin_src emacs-lisp :results value (list 1 2) #+end_src #+begin_src bash echo 1 2 #+end_src -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>