From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Can I input multiline in a cell? Date: Wed, 16 Feb 2011 15:01:24 -0500 Message-ID: <4300.1297886484@alphaville> References: <877hd0tht6.fsf@altern.org> <87sjvnlt0w.fsf@gnu.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=40262 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpnZ1-0007GO-S2 for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 15:01:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpnZ0-0002q1-Uy for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 15:01:27 -0500 Received: from g4t0014.houston.hp.com ([15.201.24.17]:28815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpnZ0-0002pt-Rb for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 15:01:26 -0500 In-Reply-To: Message from brian powell of "Wed, 16 Feb 2011 14:03:58 EST." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: brian powell Cc: Wang Coeus , nicholas.dokos@hp.com, emacs-orgmode@gnu.org, Bastien brian powell wrote: > My suggestion then (after all that "brainstorming crap") boils down to this alone: > > Maybe put in 1 key in table mode that puts a dummy line in, maybe something like this: > > ||||||||| > > --it puts in the same number of cell separators and empty cells on empty line as are on the previous line---or you could just do: > Doesn't M-S- do that? In the context of a table, it ends up calling the function org-table-insert-row. If you want a single key (e.g. a function key) to do that, you can bind it directly to this function. Of course, simulating multi-cell input like this breaks the table model and might cause difficulties in other places, but you can always try it and see how far you can push it. Nick