From mboxrd@z Thu Jan  1 00:00:00 1970
From: Thorsten Grothe <info@th-grothe.de>
Subject: orgtbl export linbreak source code possible?
Date: Thu, 27 Feb 2014 22:37:22 +0100
Message-ID: <20140227223722.744fca03@rudi>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:59449)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <info@th-grothe.de>) id 1WJ8eF-0003XF-FE
	for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 16:37:49 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <info@th-grothe.de>) id 1WJ8e7-0007gM-12
	for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 16:37:43 -0500
Received: from mx02a.posteo.de ([89.146.194.168]:46764)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <info@th-grothe.de>) id 1WJ8e6-0007g1-RW
	for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 16:37:34 -0500
Received: from localhost (localhost.localdomain [127.0.0.1])
	by mail.posteo.de (Postfix) with ESMTP id 7A20722B47D2
	for <emacs-orgmode@gnu.org>; Thu, 27 Feb 2014 21:37:32 +0000 (UTC)
Received: from posteo.de ([10.125.125.134])
	by localhost (amavis1.posteo.de [10.125.125.165]) (amavisd-new,
	port 10026) with ESMTP id S2n_qys6yhuv for <emacs-orgmode@gnu.org>;
	Thu, 27 Feb 2014 22:37:23 +0100 (CET)
Received: from mail.posteo.de (localhost [127.0.0.1])
	by mail.posteo.de (Postfix) with ESMTPSA id 453202048B7FE
	for <emacs-orgmode@gnu.org>; Thu, 27 Feb 2014 22:37:22 +0100 (CET)
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=subscribe>
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: Org-Liste <emacs-orgmode@gnu.org>

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
the code 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