emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [ANN] lisp/ob-tangle-sync.el


From: Ihor Radchenko
Subject: Re: [ANN] lisp/ob-tangle-sync.el
Date: Wed, 03 May 2023 15:21:26 +0000

Mehmet Tekman <mtekman89@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>



reply via email to

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