emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* orgtbl multicolumn support
@ 2011-05-05 20:32 Michael Bach
  2011-05-05 20:41 ` Michael Bach
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Bach @ 2011-05-05 20:32 UTC (permalink / raw)
  To: emacs-orgmode

Dear org-mode Users and Developers,

I just wanted to know whether there are plans to support multicolumns in
default orgtbl-to-latex.  Something along these lines:

#+ORGTBL: SEND multicol orgtbl-to-latex :splice t :skip 0 :hline "\\midrule"
|   | a | b           | c |
|---+---+-------------+---|
| 1 |   | mc(2)(c)(3) |   |
|   | 2 | mc(2)(c)(4) |   |

Would produce

% % BEGIN RECEIVE ORGTBL multicol
  & a & b & c\NN
\midrule
1 &   & \multicolumn{2}{c}{3} & \NN
  & 2 & \multicolumn{2}{c}{4} & \LL
% END RECEIVE ORGTBL multicol

The reason being that I would like to use \multicolumn often in the
middle of an orgtbl.  My workarounds with manually inserting the LaTeX
macro are clumsy.

I understood that users should write their own conversion functions.  If
I was going to try my fresh elisp fu, I wanted to ask here whether there
exists a generic orgtbl syntax to implement the above intercell
modification.  I read the doc for version 7.5 but maybe there are also
new methods in the dev version which I freshly use.

Kind Regards,
Michael Bach

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: orgtbl multicolumn support
  2011-05-05 20:32 orgtbl multicolumn support Michael Bach
@ 2011-05-05 20:41 ` Michael Bach
  2011-05-06 19:05   ` Michael Bach
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Bach @ 2011-05-05 20:41 UTC (permalink / raw)
  To: Michael Bach; +Cc: emacs-orgmode

Michael Bach <phaebz@gmail.com> writes:

# edit

> Dear org-mode Users and Developers,

> I just wanted to know whether there are plans to support multicolumns in
> default orgtbl-to-latex.  Something along these lines:
>
> #+ORGTBL: SEND multicol orgtbl-to-latex :splice t :skip 0 :hline "\\midrule"
> |   | a | b           | c |
> |---+---+-------------+---|
> | 1 |   | mc(2)(c)(3) |   |
> |   | 2 | mc(2)(c)(4) |   |
>
> Would produce
>
> % % BEGIN RECEIVE ORGTBL multicol
>   & a & b & c\NN
> \midrule
> 1 &   & \multicolumn{2}{c}{3} & \NN
>   & 2 & \multicolumn{2}{c}{4} & \LL
> % END RECEIVE ORGTBL multicol

# This should correctly read:

% % BEGIN RECEIVE ORGTBL multicol
  & a & b & c                 \\
\midrule
1 &   & \multicolumn{2}{c}{3} \\
  & 2 & \multicolumn{2}{c}{4} \\
% END RECEIVE ORGTBL multicol

> The reason being that I would like to use \multicolumn often in the
> middle of an orgtbl.  My workarounds with manually inserting the LaTeX
> macro are clumsy.
>
> I understood that users should write their own conversion functions.  If
> I was going to try my fresh elisp fu, I wanted to ask here whether there
> exists a generic orgtbl syntax to implement the above intercell
> modification.  I read the doc for version 7.5 but maybe there are also
> new methods in the dev version which I freshly use.
>
> Kind Regards,
> Michael Bach

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: orgtbl multicolumn support
  2011-05-05 20:41 ` Michael Bach
@ 2011-05-06 19:05   ` Michael Bach
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Bach @ 2011-05-06 19:05 UTC (permalink / raw)
  To: emacs-orgmode

Michael Bach <phaebz@gmail.com> writes:

What kind of evil, sleep-deprived line of thoughts took me when I wrote
this?  Must have been too late for anything remotely meaningful.  This
one clearly did not deserve any answer...  Sorry for the noise

> Michael Bach <phaebz@gmail.com> writes:
>
> # edit
>
>> Dear org-mode Users and Developers,
>
>> I just wanted to know whether there are plans to support multicolumns in
>> default orgtbl-to-latex.  Something along these lines:
>>
>> #+ORGTBL: SEND multicol orgtbl-to-latex :splice t :skip 0 :hline "\\midrule"
>> |   | a | b           | c |
>> |---+---+-------------+---|
>> | 1 |   | mc(2)(c)(3) |   |
>> |   | 2 | mc(2)(c)(4) |   |
>>
>> Would produce
>>
>> % % BEGIN RECEIVE ORGTBL multicol
>>   & a & b & c\NN
>> \midrule
>> 1 &   & \multicolumn{2}{c}{3} & \NN
>>   & 2 & \multicolumn{2}{c}{4} & \LL
>> % END RECEIVE ORGTBL multicol
>
> # This should correctly read:
>
> % % BEGIN RECEIVE ORGTBL multicol
>   & a & b & c                 \\
> \midrule
> 1 &   & \multicolumn{2}{c}{3} \\
>   & 2 & \multicolumn{2}{c}{4} \\
> % END RECEIVE ORGTBL multicol
>
>> The reason being that I would like to use \multicolumn often in the
>> middle of an orgtbl.  My workarounds with manually inserting the LaTeX
>> macro are clumsy.
>>
>> I understood that users should write their own conversion functions.  If
>> I was going to try my fresh elisp fu, I wanted to ask here whether there
>> exists a generic orgtbl syntax to implement the above intercell
>> modification.  I read the doc for version 7.5 but maybe there are also
>> new methods in the dev version which I freshly use.
>>
>> Kind Regards,
>> Michael Bach

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-06 19:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-05 20:32 orgtbl multicolumn support Michael Bach
2011-05-05 20:41 ` Michael Bach
2011-05-06 19:05   ` Michael Bach

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).