+-----+-----+-----+
| | | |
+-----+-----+-----+
| | | |
+-----+-----+-----+
| | | |
+-----+-----+-----+
How can I make it look like this?
+-----+-----+-----+
| | | |
+-----+-----+-----+
| | | |
+-----+-----+-----+
| | | |
+-----+-----+-----+
In fact, when I copy/pasted it from Emacs to my email program, it became correct.
> In fact, when I copy/pasted it from Emacs to my email program, it
> became correct.
Use monospaced instead of proportional fonts!
--
Greetings
Pete
UNIX is user friendly, it's just picky about who its friends are.
Ivanov Dmitry <usr...@gmail.com> writes:
> 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.
Not a direct answer to your problem, but you should perhaps try org-mode
and orgtbl-mode, it allows you to reformat tables on the fly.
HTH,
--
Bastien
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.