當我想導出源代碼塊及其結果時,我想添加一些文本,例如, 「Output:」,因爲否則讀者很難理解程序結束和輸出開始的位置 - 我該如何在中間添加「Output:」? 例子:
* Test
#+BEGIN_SRC python :results output :exports both
i = 5
print i
i = i + 1
print i
s = '''This
當我嘗試運行此: ** Header name
:PROPERTIES:
:header-args: :noweb yes
:END:
#+NAME: prop_test
#+begin_src sh
echo "...and it worked!"
#+end_src
#+begin_src sh
echo "Beginning ex