robtillotson / org-pandoc

Export from org-mode using pandoc
MIT License
41 stars 3 forks source link

Results are not exported #5

Open asif-mahmud opened 3 years ago

asif-mahmud commented 3 years ago

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.

lf-araujo commented 3 years ago

I am trying to find a solution to this too. Did you find any?