help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: change the table view in Emacs


From: Ian Barton
Subject: Re: change the table view in Emacs
Date: Mon, 13 Jun 2011 10:58:09 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]