"Thomas S. Dye" <[email protected]> writes: > The patch follows inline. > > Let me know if you have questions.
Sorry for the late reply. > + - [ ] Provide brief [[Examples of Use][Examples of Use]] Looks like you forgot to check this checkbox. > +* Examples of Use > ... All your examples are showcasing :in-file, which is not always convenient. Maybe you can add examples how to reuse text from inside Org buffer or other src blocks. For example, #+name: sed-input This is test. #+begin_src sed :stdin sed-input[] s/This/That/ #+end_src #+RESULTS: : That is test. -- Ihor Radchenko // yantar92, Org mode maintainer, 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>
