all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* General heading in a table in org-mode
@ 2007-06-07  4:22 Cecil Westerhof
  2007-06-07  7:16 ` carsten.dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Cecil Westerhof @ 2007-06-07  4:22 UTC (permalink / raw)
  To: help-gnu-emacs

I like the table possibility in org-mode. But I would like a general heading
possibility. Like:

|--------------+-----------------|
| general description            |
|--------------+-----------------|
| field1       | field2          |
|--------------+-----------------|
| description1 | value2          |
| .            | .               |
| .            | .               |
| .            | .               |
| descriptionn | valuen          |
|--------------+-----------------|
| total        | vsum(@II..@III) |
|--------------+-----------------|

Is this possible?

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

* Re: General heading in a table in org-mode
  2007-06-07  4:22 General heading in a table in org-mode Cecil Westerhof
@ 2007-06-07  7:16 ` carsten.dominik
  2007-06-08  8:06   ` Cecil Westerhof
  0 siblings, 1 reply; 3+ messages in thread
From: carsten.dominik @ 2007-06-07  7:16 UTC (permalink / raw)
  To: help-gnu-emacs

On Jun 7, 6:22 am, Cecil Westerhof <d...@dummy.nl> wrote:
> I like the table possibility in org-mode. But I would like a general heading
> possibility. Like:
>
> |--------------+-----------------|
> | general description            |
> |--------------+-----------------|
> | field1       | field2          |
> |--------------+-----------------|
> | description1 | value2          |
> | .            | .               |
> | .            | .               |
> | .            | .               |
> | descriptionn | valuen          |
> |--------------+-----------------|
> | total        | vsum(@II..@III) |
> |--------------+-----------------|
>
> Is this possible?

No, this is not possible.  You can do this using the table.el package
that is also
part of Emacs 22, but in other ways these tables have much less
features that
org-mode's (for example, they cannot compute.

Or, why don't you just put the general header over the table by hand,
like

      General Header
| table | fields |start | here |


Hope this helps

- Carsten

- Carsten

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

* Re: General heading in a table in org-mode
  2007-06-07  7:16 ` carsten.dominik
@ 2007-06-08  8:06   ` Cecil Westerhof
  0 siblings, 0 replies; 3+ messages in thread
From: Cecil Westerhof @ 2007-06-08  8:06 UTC (permalink / raw)
  To: help-gnu-emacs

 carsten.dominik@gmail.com wrote:

> On Jun 7, 6:22 am, Cecil Westerhof <d...@dummy.nl> wrote:
>> I like the table possibility in org-mode. But I would like a general
>> heading possibility. Like:
>>
>> |--------------+-----------------|
>> | general description            |
>> |--------------+-----------------|
>> | field1       | field2          |
>> |--------------+-----------------|
>> | description1 | value2          |
>> | .            | .               |
>> | .            | .               |
>> | .            | .               |
>> | descriptionn | valuen          |
>> |--------------+-----------------|
>> | total        | vsum(@II..@III) |
>> |--------------+-----------------|
>>
>> Is this possible?
> 
> No, this is not possible.

I was afraid for that. ;-}


> You can do this using the table.el package 
> that is also
> part of Emacs 22, but in other ways these tables have much less
> features that
> org-mode's (for example, they cannot compute.

That is not an option for me. I use it, because they compute.


> Or, why don't you just put the general header over the table by hand,
> like
> 
>       General Header
> | table | fields |start | here |

Is an option. The only problem is tathat when the table changes, I have to
change the header also, but I can life with that.


> Hope this helps

It does.

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

end of thread, other threads:[~2007-06-08  8:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-07  4:22 General heading in a table in org-mode Cecil Westerhof
2007-06-07  7:16 ` carsten.dominik
2007-06-08  8:06   ` Cecil Westerhof

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.