* library of babel, bootabs question
@ 2010-10-08 11:23 Robert Klein
2010-10-08 15:41 ` Eric Schulte
0 siblings, 1 reply; 3+ messages in thread
From: Robert Klein @ 2010-10-08 11:23 UTC (permalink / raw)
To: Org Mode
I'm trying to export a document to LaTeX, using a lob-call to booktabs for
a table.
Unfortunately I seem to get two tables, the original one and the one from
the lob call.
The table looks like this:
#+tblname: ma
|-----------------------+-----------------------+-------------|
| row 1 cell 1 header | row 1 cell 2 header | r1c3 header |
| row 2 cell 1 header | row 2 cell 2 header | r2c3 header |
|-----------------------+-----------------------+-------------|
| some text inside tabl | some text, some text | more text |
| more text | more text | more text |
| more text | more text | more text |
|-----------------------+-----------------------+-------------|
#+call: booktabs(table=ma, align="lll") :results latex :exports results
Did I forget some option? I didn't find any in the manuals.
Thanks a lot for any help.
Robert
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: library of babel, bootabs question
2010-10-08 11:23 library of babel, bootabs question Robert Klein
@ 2010-10-08 15:41 ` Eric Schulte
2010-10-18 13:16 ` Robert Klein
0 siblings, 1 reply; 3+ messages in thread
From: Eric Schulte @ 2010-10-08 15:41 UTC (permalink / raw)
To: Robert Klein; +Cc: Org Mode
Hi Robert,
Currently the only way I know of inhibiting the export of the original
table, is to move it to an un-exporting subtree. This can be done using
the COMMENT header keyword by moving the table to a new subtree and
pressing C-c ; which runs org-toggle-comment in that subtree.
Best -- Eric
"Robert Klein" <roklein@roklein.de> writes:
> I'm trying to export a document to LaTeX, using a lob-call to booktabs
> for a table.
>
> Unfortunately I seem to get two tables, the original one and the one
> from the lob call.
>
> The table looks like this:
>
>
> #+tblname: ma
> |-----------------------+-----------------------+-------------|
> | row 1 cell 1 header | row 1 cell 2 header | r1c3 header |
> | row 2 cell 1 header | row 2 cell 2 header | r2c3 header |
> |-----------------------+-----------------------+-------------|
> | some text inside tabl | some text, some text | more text |
> | more text | more text | more text |
> | more text | more text | more text |
> |-----------------------+-----------------------+-------------|
> #+call: booktabs(table=ma, align="lll") :results latex :exports results
>
>
> Did I forget some option? I didn't find any in the manuals.
>
>
> Thanks a lot for any help.
> Robert
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: library of babel, bootabs question
2010-10-08 15:41 ` Eric Schulte
@ 2010-10-18 13:16 ` Robert Klein
0 siblings, 0 replies; 3+ messages in thread
From: Robert Klein @ 2010-10-18 13:16 UTC (permalink / raw)
To: Eric Schulte; +Cc: Org Mode
Hi Eric,
thank you very much for your help.
Your solution works like a charm.
Best regards
Robert
Am 08.10.2010, 17:41 Uhr, schrieb Eric Schulte <schulte.eric@gmail.com>:
> Hi Robert,
>
> Currently the only way I know of inhibiting the export of the original
> table, is to move it to an un-exporting subtree. This can be done using
> the COMMENT header keyword by moving the table to a new subtree and
> pressing C-c ; which runs org-toggle-comment in that subtree.
>
> Best -- Eric
>
> "Robert Klein" <roklein@roklein.de> writes:
>
>> I'm trying to export a document to LaTeX, using a lob-call to booktabs
>> for a table.
>>
>> Unfortunately I seem to get two tables, the original one and the one
>> from the lob call.
>>
>> The table looks like this:
>>
>>
>> #+tblname: ma
>> |-----------------------+-----------------------+-------------|
>> | row 1 cell 1 header | row 1 cell 2 header | r1c3 header |
>> | row 2 cell 1 header | row 2 cell 2 header | r2c3 header |
>> |-----------------------+-----------------------+-------------|
>> | some text inside tabl | some text, some text | more text |
>> | more text | more text | more text |
>> | more text | more text | more text |
>> |-----------------------+-----------------------+-------------|
>> #+call: booktabs(table=ma, align="lll") :results latex :exports results
>>
>>
>> Did I forget some option? I didn't find any in the manuals.
>>
>>
>> Thanks a lot for any help.
>> Robert
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-18 13:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-08 11:23 library of babel, bootabs question Robert Klein
2010-10-08 15:41 ` Eric Schulte
2010-10-18 13:16 ` Robert Klein
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.