From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Barton Newsgroups: gmane.emacs.help Subject: Re: change the table view in Emacs Date: Mon, 13 Jun 2011 10:58:09 +0100 Message-ID: <4DF5DF31.10400@wilkesley.net> References: <853572791.20110609104329@gmail.com> Reply-To: lists@manor-farm.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1307959266 4108 80.91.229.12 (13 Jun 2011 10:01:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2011 10:01:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 13 12:01:03 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QW3x8-0005N2-QN for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Jun 2011 12:01:02 +0200 Original-Received: from localhost ([::1]:47706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QW3x7-0005gO-Ug for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Jun 2011 06:01:02 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QW3uS-0005UF-B8 for help-gnu-emacs@gnu.org; Mon, 13 Jun 2011 05:58:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QW3uQ-0004kJ-Tx for help-gnu-emacs@gnu.org; Mon, 13 Jun 2011 05:58:16 -0400 Original-Received: from mail.ian-barton.com ([109.74.196.44]:59584 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QW3uQ-0004jf-JP for help-gnu-emacs@gnu.org; Mon, 13 Jun 2011 05:58:14 -0400 Original-Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id AAC8B15A03C for ; Mon, 13 Jun 2011 09:58:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at li40-130.members.linode.com Original-Received: from li40-130.members.linode.com ([127.0.0.1]) by localhost (mail.manor-farm.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zMUAjGRt0cxJ for ; Mon, 13 Jun 2011 09:58:10 +0000 (UTC) Original-Received: from [192.168.0.133] (unknown [217.146.125.41]) (Authenticated sender: ian@manor-farm.org) by li40-130.members.linode.com (Postfix) with ESMTPSA id 706B815A031 for ; Mon, 13 Jun 2011 09:58:10 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 In-Reply-To: <853572791.20110609104329@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 109.74.196.44 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81339 Archived-At: > When I run a command table-insert it creates the table like this: > > +-----+-----+-----+ > | | | | > +-----+-----+-----+ > | | | | > +-----+-----+-----+ > | | | | > +-----+-----+-----+ > > How can I make it look like this? > > +-----+-----+-----+ > | | | | > +-----+-----+-----+ > | | | | > +-----+-----+-----+ > | | | | > +-----+-----+-----+ > > > In fact, when I copy/pasted it from Emacs to my email program, it became correct. > > Just place the point inside the table and press Tab. Note I only use tables in org-mode, but I think this is standard Emacs behaviour. Ian.