emacs-orgmode
[Top][All Lists]
Advanced

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

[O] orgtbl export linbread source code possible?


From: Thorsten Grothe
Subject: [O] orgtbl export linbread source code possible?
Date: Thu, 27 Feb 2014 17:12:02 +0100

Dear List,

I have an org-radio table which I would like to export to latex. The
table header looks like this:

#+ORGTBL: SEND sec-6 orgtbl-to-latex :skip 3 :splice t :lend
"\\\\\\cmidrule(lr){4-4}\\\cmidrule(lr){5-5}\\\cmidrule(lr){6-6}\\\cmidrule(lr){7-7}"
  :hline
"%%"

as you can see there are a lot of \cmidrules in the code which are exported to
one long latex line like this:

\cmidrule(lr){4-5}\cmidrule(lr){5-5}\cmidrule(lr){6-6}\cmidrule(lr){7-7}...

is it possible to add a linbreak after two or three \cmidrule commands so that
it looks like this

[tabular code]
\\
\cmidrule(lr){4-5}\cmidrule(lr){5-5} [linebreak]
\cmidrule(lr){6-6}\cmidrule(lr){7-7} [linebreak]

... 

Thanks in advance!

Regards
Thorsten Grothe



reply via email to

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