From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: Re: multiple tables in orgmode document? Date: Tue, 1 Nov 2016 20:31:18 -0400 (EDT) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1jSc-0007ij-R4 for emacs-orgmode@gnu.org; Tue, 01 Nov 2016 20:31:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1jSZ-0003xA-Nd for emacs-orgmode@gnu.org; Tue, 01 Nov 2016 20:31:22 -0400 Received: from mailbackend.panix.com ([166.84.1.89]:33912) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1jSZ-0003wD-Dq for emacs-orgmode@gnu.org; Tue, 01 Nov 2016 20:31:19 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: John Kitchin Cc: emacs-orgmode@gnu.org 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 > To: Jude DaShiell > 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 |- >> command just after writing column headings and couldn't figure out how to >> do that. > > > --