emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Creating hline in table from source block?


From: Daniel E. Doherty
Subject: Re: [O] Creating hline in table from source block?
Date: Tue, 26 Nov 2013 10:40:06 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

And if you are generating this programatically, this works:

#+BEGIN_SRC sh :results raw
(
echo "|a |b |c |d"
echo "|-"
echo "|1 |2 |3 |4"
echo "|5 |6 |7 |8"
)
#+END_SRC


-- 
====================================================
Daniel E. Doherty



reply via email to

[Prev in Thread] Current Thread [Next in Thread]