Re: Influence the table separator in a code block

2021-07-13 Thread Greg Minshall
fwiw, this may depend on the source language (rather than -- solely? -- on org interpretation of the output block: #+begin_src R data.frame(a=c("this", "is", "a", "test"), b=c("tset", "a", "si", "oot, siht")) #+end_src #+RESULTS: | this | tset | | is | a | | a| si|

Influence the table separator in a code block

2021-07-13 Thread Wiktor Kwapisiewicz
Hello, I'm using #+BEGIN_SRC sh code blocks and org-mode nicely renders the output as a table: #+BEGIN_SRC sh echo FIRST SECOND THIRD echo first second third #+END_SRC #+RESULTS: | FIRST | SECOND | THIRD | | first | second | third | And this is very nice. Unfortunately the