emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* multiple tables in orgmode document?
@ 2016-11-01 23:55 Jude DaShiell
  2016-11-02  0:15 ` John Kitchin
  0 siblings, 1 reply; 4+ messages in thread
From: Jude DaShiell @ 2016-11-01 23:55 UTC (permalink / raw)
  To: emacs-orgmode

First, can it be done?
Second, can I write text between tables in the document?
Third, can I start a table after first line of document and also end that 
table?

Earlier I wanted to write a document containing notes and tables and found 
it difficult getting emacs-orgmode to end the first table.  I wanted to 
put a dashed line with verticals in it like what we do with the |-<tab> 
command just after writing column headings and couldn't figure out how to 
do that.



--

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

* Re: multiple tables in orgmode document?
  2016-11-01 23:55 multiple tables in orgmode document? Jude DaShiell
@ 2016-11-02  0:15 ` John Kitchin
  2016-11-02  0:31   ` Jude DaShiell
       [not found]   ` <ec3a97326d82417d8a7f14e7f0522c64@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
  0 siblings, 2 replies; 4+ messages in thread
From: John Kitchin @ 2016-11-02  0:15 UTC (permalink / raw)
  To: Jude DaShiell; +Cc: emacs-orgmode

You mean besides something like:

| a | b |
|---+---|
| 2 | 3 |


Some text

#+name: some-ther-table
| x | y |
| 4 | 5 |
| 7 | 8 |

etc...


Jude DaShiell writes:

> First, can it be done?
> Second, can I write text between tables in the document?
> Third, can I start a table after first line of document and also end that 
> table?
>
> Earlier I wanted to write a document containing notes and tables and found 
> it difficult getting emacs-orgmode to end the first table.  I wanted to 
> put a dashed line with verticals in it like what we do with the |-<tab> 
> command just after writing column headings and couldn't figure out how to 
> do that.


-- 
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

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

* Re: multiple tables in orgmode document?
  2016-11-02  0:15 ` John Kitchin
@ 2016-11-02  0:31   ` Jude DaShiell
       [not found]   ` <ec3a97326d82417d8a7f14e7f0522c64@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Jude DaShiell @ 2016-11-02  0:31 UTC (permalink / raw)
  To: John Kitchin; +Cc: emacs-orgmode

I could start a document out with a table and maybe write some text 
outside of that table below it but then I would need to write a 
different table below that text with different column headings and 
different content.
If necessary, I could also write one table per document and text in 
separate documents but then I'd need to use #INCLUDE statements in those 
files or use the cat command to merge them together correctly.

On Tue, 1 Nov 2016, John Kitchin wrote:

> Date: Tue, 1 Nov 2016 20:15:20
> From: John Kitchin <jkitchin@andrew.cmu.edu>
> To: Jude DaShiell <jdashiel@panix.com>
> Cc: emacs-orgmode@gnu.org
> Subject: Re: [O] multiple tables in orgmode document?
> 
> You mean besides something like:
>
> | a | b |
> |---+---|
> | 2 | 3 |
>
>
> Some text
>
> #+name: some-ther-table
> | x | y |
> | 4 | 5 |
> | 7 | 8 |
>
> etc...
>
>
> Jude DaShiell writes:
>
>> First, can it be done?
>> Second, can I write text between tables in the document?
>> Third, can I start a table after first line of document and also end that
>> table?
>>
>> Earlier I wanted to write a document containing notes and tables and found
>> it difficult getting emacs-orgmode to end the first table.  I wanted to
>> put a dashed line with verticals in it like what we do with the |-<tab>
>> command just after writing column headings and couldn't figure out how to
>> do that.
>
>
>

-- 

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

* Re: multiple tables in orgmode document?
       [not found]   ` <ec3a97326d82417d8a7f14e7f0522c64@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
@ 2016-11-02  6:18     ` Eric S Fraga
  0 siblings, 0 replies; 4+ messages in thread
From: Eric S Fraga @ 2016-11-02  6:18 UTC (permalink / raw)
  To: Jude DaShiell; +Cc: emacs-orgmode@gnu.org, John Kitchin

On Wednesday,  2 Nov 2016 at 00:31, Jude DaShiell wrote:
> I could start a document out with a table and maybe write some text 
> outside of that table below it but then I would need to write a 
> different table below that text with different column headings and 
> different content.

Yes.  You can do this.  Is this what you want or not what you want?

> If necessary, I could also write one table per document and text in 
> separate documents but then I'd need to use #INCLUDE statements in those 
> files or use the cat command to merge them together correctly.

No need.

Maybe please show us what you want to do as it seems that the example
that John has shown you is not what you want.  Or clarify how John's
example is not what you want.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_8.3.6-1257-g33f8f8

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

end of thread, other threads:[~2016-11-02  6:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-01 23:55 multiple tables in orgmode document? Jude DaShiell
2016-11-02  0:15 ` John Kitchin
2016-11-02  0:31   ` Jude DaShiell
     [not found]   ` <ec3a97326d82417d8a7f14e7f0522c64@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-11-02  6:18     ` Eric S Fraga

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