Hi, i have tried both the built-in export functionality and pandoc, only pandoc for some reason ignores the following results block -
#+BEGIN_SRC shell :results output :exports both
ls ~
#+END_SRC
#+RESULTS:
#+begin_example
Desktop
Documents
Downloads
Music
Pictures
Public
Templates
Videos
#+end_example
The exported file only contains the source block, the result block is completely ignored. I couldn't find a way to include the results as well. Please let me know if i need to edit some pandoc options to do this.
Hi, i have tried both the built-in export functionality and pandoc, only pandoc for some reason ignores the following results block -
The exported file only contains the source block, the result block is completely ignored. I couldn't find a way to include the results as well. Please let me know if i need to edit some pandoc options to do this.