From: Thorsten Grothe <privat@th-grothe.de>
To: Org-Liste <emacs-orgmode@gnu.org>
Subject: orgtbl export linbread source code possible?
Date: Thu, 27 Feb 2014 17:12:02 +0100 [thread overview]
Message-ID: <20140227171202.4ed1ca58@rudi> (raw)
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 other threads:[~2014-02-27 16:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140227171202.4ed1ca58@rudi \
--to=privat@th-grothe.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).