* Column width in export
@ 2010-04-14 5:33 Vincent Belaïche
2010-04-14 11:26 ` [Bulk] " Giovanni Ridolfi
0 siblings, 1 reply; 5+ messages in thread
From: Vincent Belaïche @ 2010-04-14 5:33 UTC (permalink / raw)
To: Org mode
Hello all,
Here is an example Org document:
#######################################################################
* Example
| salut | dsdd |
| <30> | |
| gvrag f gfegegergrgh rghrghr ghrh erh ghrhr hr htrhtr htrh trh trh trh trh | gerg |
** Next
#############################################################################
When exported to HTML there is one table row with `<30>' in it. Is there
anyway to make this row not exported as a row (but possibly exploited in
other ways) ?
Vincent.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bulk] Column width in export
2010-04-14 5:33 Column width in export Vincent Belaïche
@ 2010-04-14 11:26 ` Giovanni Ridolfi
0 siblings, 0 replies; 5+ messages in thread
From: Giovanni Ridolfi @ 2010-04-14 11:26 UTC (permalink / raw)
To: Vincent Belaïche; +Cc: Org mode
Vincent Belaïche <vincent.b.1@hotmail.fr> writes:
> | salut | dsdd |
> | <30> | |
> | gvrag f gfegegergrgh rghrghr ghrh =>| gerg |
>
> When exported to HTML there is one table row with `<30>' in it. Is there
> anyway to make this row not exported as a row (but possibly exploited in
> other ways) ?
In the manual, in the "table" section, subsection Column groups
it is written:
" In order to specify column groups, you can use a special row where the
first field contains only `/'. The further fields can either contain "
Before posting, please, read, or, at least, search, skim the manual
to find a possible solution.
Giovanni
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [Bulk] Column width in export
@ 2010-04-16 20:29 Vincent Belaïche
2010-04-18 6:26 ` Carsten Dominik
2010-04-28 6:50 ` Carsten Dominik
0 siblings, 2 replies; 5+ messages in thread
From: Vincent Belaïche @ 2010-04-16 20:29 UTC (permalink / raw)
To: Org mode
[-- Attachment #1: Type: text/plain, Size: 688 bytes --]
Thanks Giovanni,
The documentation is however incomplete, the info node "(org) Column
groups" does not says that the `/' in the first field has the effect of
excluding the row from export. Actually when you read this info node,
what you (or better said I) understand is that the `/' indicates that
this special row is used to specify column grouping.
Therefore I propose the attached patch to documentation.
Vincent.
PS-1: Sorry if sometimes I disturbe this group with naive questions.
PS-2: This is a resend, it seems that the previous message was not
dispatched due to this that I made a too big attachement (tarzipped
complete manual old and new version in addition to patch).
[-- Attachment #2: Type: text/plain, Size: 243 bytes --]
Change log:
#######################################################################
2010-04-16 Vincent Belaïche <vincent.b.1@hotmail.fr>
* org.texi (Column width and alignment): add information how to exclude
special row from export.
[-- Attachment #3: Type: text/plain, Size: 901 bytes --]
Patch:
#######################################################################
*** org.texi.old Fri Apr 16 19:57:15 2010
--- org.texi Fri Apr 16 20:07:59 2010
***************
*** 1862,1867 ****
--- 1862,1884 ----
@samp{<l>} in a similar fashion. You may also combine alignment and field
width like this: @samp{<l10>}.
+ To exclude the special row containing the column width and/or alignment from
+ being exported, insert a dummy first column with @samp{/} in the field that
+ is on the special row, like this (considering the same example as previously):
+
+ @example
+ @group
+ |---+---+--------|
+ | / | | <6> |
+ | # | 1 | one |
+ | # | 2 | two |
+ | # | 3 | This=> |
+ | # | 4 | four |
+ |---+---+--------|
+ @end group
+ @end example
+
+
@node Column groups, Orgtbl mode, Column width and alignment, Tables
@section Column groups
@cindex grouping columns in tables
[-- Attachment #4: Type: text/plain, Size: 885 bytes --]
> From: giovanni.ridolfi@yahoo.it
> To: vincent.b.1@hotmail.fr
> CC: emacs-orgmode@gnu.org
> Subject: Re: [Bulk] [Orgmode] Column width in export
> Date: Wed, 14 Apr 2010 13:26:31 +0200
>
> Vincent Belaïche <vincent.b.1@hotmail.fr> writes:
>
> > | salut | dsdd |
> > | <30> | |
> > | gvrag f gfegegergrgh rghrghr ghrh =>| gerg |
> >
> > When exported to HTML there is one table row with `<30>' in it. Is there
> > anyway to make this row not exported as a row (but possibly exploited in
> > other ways) ?
>
> In the manual, in the "table" section, subsection Column groups
> it is written:
>
> " In order to specify column groups, you can use a special row where the
> first field contains only `/'. The further fields can either contain "
>
> Before posting, please, read, or, at least, search, skim the manual
> to find a possible solution.
>
> Giovanni
[-- Attachment #5: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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] 5+ messages in thread
* Re: [Bulk] Column width in export
2010-04-16 20:29 Vincent Belaïche
@ 2010-04-18 6:26 ` Carsten Dominik
2010-04-28 6:50 ` Carsten Dominik
1 sibling, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2010-04-18 6:26 UTC (permalink / raw)
To: Vincent Belaïche; +Cc: Org mode
On Apr 16, 2010, at 10:29 PM, Vincent Belaïche wrote:
> Thanks Giovanni,
>
> The documentation is however incomplete, the info node "(org) Column
> groups" does not says that the `/' in the first field has the effect
> of
> excluding the row from export. Actually when you read this info node,
> what you (or better said I) understand is that the `/' indicates that
> this special row is used to specify column grouping.
>
> Therefore I propose the attached patch to documentation.
Hi Vincent,
what I really would like to do is to automatically remove lines that
contain only narrowing cookies. That may be the most convenient.
It is on my list.
- Carsten
>
> Vincent.
>
> PS-1: Sorry if sometimes I disturbe this group with naive questions.
> PS-2: This is a resend, it seems that the previous message was not
> dispatched due to this that I made a too big attachement (tarzipped
> complete manual old and new version in addition to patch).
> Change log:
> #######################################################################
> 2010-04-16 Vincent Belaïche <vincent.b.1@hotmail.fr>
>
> * org.texi (Column width and alignment): add information how to
> exclude
> special row from export.
> Patch:
> #######################################################################
> *** org.texi.old Fri Apr 16 19:57:15 2010
> --- org.texi Fri Apr 16 20:07:59 2010
> ***************
> *** 1862,1867 ****
> --- 1862,1884 ----
> @samp{<l>} in a similar fashion. You may also combine alignment
> and field
> width like this: @samp{<l10>}.
>
> + To exclude the special row containing the column width and/or
> alignment from
> + being exported, insert a dummy first column with @samp{/} in the
> field that
> + is on the special row, like this (considering the same example as
> previously):
> +
> + @example
> + @group
> + |---+---+--------|
> + | / | | <6> |
> + | # | 1 | one |
> + | # | 2 | two |
> + | # | 3 | This=> |
> + | # | 4 | four |
> + |---+---+--------|
> + @end group
> + @end example
> +
> +
> @node Column groups, Orgtbl mode, Column width and alignment, Tables
> @section Column groups
> @cindex grouping columns in tables
>
>> From: giovanni.ridolfi@yahoo.it
>> To: vincent.b.1@hotmail.fr
>> CC: emacs-orgmode@gnu.org
>> Subject: Re: [Bulk] [Orgmode] Column width in export
>> Date: Wed, 14 Apr 2010 13:26:31 +0200
>>
>> Vincent Belaïche <vincent.b.1@hotmail.fr> writes:
>>
>>> | salut | dsdd |
>>> | <30> | |
>>> | gvrag f gfegegergrgh rghrghr ghrh =>| gerg |
>>>
>>> When exported to HTML there is one table row with `<30>' in it. Is
>>> there
>>> anyway to make this row not exported as a row (but possibly
>>> exploited in
>>> other ways) ?
>>
>> In the manual, in the "table" section, subsection Column groups
>> it is written:
>>
>> " In order to specify column groups, you can use a special row
>> where the
>> first field contains only `/'. The further fields can either
>> contain "
>>
>> Before posting, please, read, or, at least, search, skim the manual
>> to find a possible solution.
>>
>> Giovanni
> _______________________________________________
> 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
- Carsten
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bulk] Column width in export
2010-04-16 20:29 Vincent Belaïche
2010-04-18 6:26 ` Carsten Dominik
@ 2010-04-28 6:50 ` Carsten Dominik
1 sibling, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2010-04-28 6:50 UTC (permalink / raw)
To: Vincent Belaïche; +Cc: Org mode
Hi Vincent,
rather than fixing the documentation, I have modified orgmode to
automatically remove lines that contatin only formatting cookies.
Thanks for triggering this.
- Carsten
On Apr 16, 2010, at 10:29 PM, Vincent Belaïche wrote:
> Thanks Giovanni,
>
> The documentation is however incomplete, the info node "(org) Column
> groups" does not says that the `/' in the first field has the effect
> of
> excluding the row from export. Actually when you read this info node,
> what you (or better said I) understand is that the `/' indicates that
> this special row is used to specify column grouping.
>
> Therefore I propose the attached patch to documentation.
>
> Vincent.
>
> PS-1: Sorry if sometimes I disturbe this group with naive questions.
> PS-2: This is a resend, it seems that the previous message was not
> dispatched due to this that I made a too big attachement (tarzipped
> complete manual old and new version in addition to patch).
> Change log:
> #######################################################################
> 2010-04-16 Vincent Belaïche <vincent.b.1@hotmail.fr>
>
> * org.texi (Column width and alignment): add information how to
> exclude
> special row from export.
> Patch:
> #######################################################################
> *** org.texi.old Fri Apr 16 19:57:15 2010
> --- org.texi Fri Apr 16 20:07:59 2010
> ***************
> *** 1862,1867 ****
> --- 1862,1884 ----
> @samp{<l>} in a similar fashion. You may also combine alignment
> and field
> width like this: @samp{<l10>}.
>
> + To exclude the special row containing the column width and/or
> alignment from
> + being exported, insert a dummy first column with @samp{/} in the
> field that
> + is on the special row, like this (considering the same example as
> previously):
> +
> + @example
> + @group
> + |---+---+--------|
> + | / | | <6> |
> + | # | 1 | one |
> + | # | 2 | two |
> + | # | 3 | This=> |
> + | # | 4 | four |
> + |---+---+--------|
> + @end group
> + @end example
> +
> +
> @node Column groups, Orgtbl mode, Column width and alignment, Tables
> @section Column groups
> @cindex grouping columns in tables
>
>> From: giovanni.ridolfi@yahoo.it
>> To: vincent.b.1@hotmail.fr
>> CC: emacs-orgmode@gnu.org
>> Subject: Re: [Bulk] [Orgmode] Column width in export
>> Date: Wed, 14 Apr 2010 13:26:31 +0200
>>
>> Vincent Belaïche <vincent.b.1@hotmail.fr> writes:
>>
>>> | salut | dsdd |
>>> | <30> | |
>>> | gvrag f gfegegergrgh rghrghr ghrh =>| gerg |
>>>
>>> When exported to HTML there is one table row with `<30>' in it. Is
>>> there
>>> anyway to make this row not exported as a row (but possibly
>>> exploited in
>>> other ways) ?
>>
>> In the manual, in the "table" section, subsection Column groups
>> it is written:
>>
>> " In order to specify column groups, you can use a special row
>> where the
>> first field contains only `/'. The further fields can either
>> contain "
>>
>> Before posting, please, read, or, at least, search, skim the manual
>> to find a possible solution.
>>
>> Giovanni
> _______________________________________________
> 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
- Carsten
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-04-28 6:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-14 5:33 Column width in export Vincent Belaïche
2010-04-14 11:26 ` [Bulk] " Giovanni Ridolfi
-- strict thread matches above, loose matches on Subject: below --
2010-04-16 20:29 Vincent Belaïche
2010-04-18 6:26 ` Carsten Dominik
2010-04-28 6:50 ` Carsten Dominik
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.