* Re: [MUSE] How to create this kind of table?
[not found] <mailman.1477.1180722116.32220.help-gnu-emacs@gnu.org>
@ 2007-06-02 5:40 ` Sven Naumann
2007-06-02 7:11 ` Sven Naumann
0 siblings, 1 reply; 4+ messages in thread
From: Sven Naumann @ 2007-06-02 5:40 UTC (permalink / raw)
To: help-gnu-emacs
Enchanter <ensoul.magazine@gmail.com> writes:
> How to create this kind of table?
>
> +-------------+------------------+---------------------
> +-----------------------+
> | foo | foo | foo |
> foo |
> +-------------+-------------------+--------------------
> +------------------------+
> | foo |
> foo |
> +----------------------------------
> +----------------------------------------------+
> | foo | foo |
> foo |
> +--------------+----------------------------------------
> +------------------------+
>
>
M-x table-insert RET 4 RET 3 RET 18 RET RET
+------------------+------------------+------------------+------------------+
| | | | |
+------------------+------------------+------------------+------------------+
| | | | |
+------------------+------------------+------------------+------------------+
| | | | |
+------------------+------------------+------------------+------------------+
Goto border between cell: - A2 B2 M-x table-span-cell RET RET
- C2 D2 M-x table-span-cell RET RET
- B3 C3 M-x table-span-cell RET RET
+------------------+------------------+------------------+------------------+
| | | | |
+------------------+------------------+------------------+------------------+
| | |
+------------------+------------------+------------------+------------------+
| | | |
+------------------+-------------------------------------+------------------+
Now you can fill the table with text:
+------------------+------------------+------------------+------------------+
|fo |fo |fo |fo |
+------------------+------------------+------------------+------------------+
|fo |fo |
+------------------+------------------+------------------+------------------+
|fo |fo |fo |
+------------------+-------------------------------------+------------------+
Sven
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [MUSE] How to create this kind of table?
2007-06-02 5:40 ` [MUSE] How to create this kind of table? Sven Naumann
@ 2007-06-02 7:11 ` Sven Naumann
2007-06-02 11:54 ` Enchanter
0 siblings, 1 reply; 4+ messages in thread
From: Sven Naumann @ 2007-06-02 7:11 UTC (permalink / raw)
To: help-gnu-emacs
Sven Naumann <svenau@gmx.net> writes:
> Enchanter <ensoul.magazine@gmail.com> writes:
>
>> How to create this kind of table?
> M-x table-insert RET 4 RET 3 RET 18 RET RET
Oh, sorry, that was that was the answer to text-mode and not to MUSE.
Unfortunately, it looks like impossible to combine cells in MUSE:
,----[http://mwolson.org/projects/MuseQuickStart.html#sec14]
|
| Only very simple tables are supported. The syntax is:
| Double bars || Separate header fields
|
| Single bars | Separate body fields
| Here are more | body fields
|
| Triple bars ||| Separate footer fields
|
`----
Sven
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to create this kind of table?
2007-06-02 7:11 ` Sven Naumann
@ 2007-06-02 11:54 ` Enchanter
2007-07-04 17:13 ` Michael Olson
0 siblings, 1 reply; 4+ messages in thread
From: Enchanter @ 2007-06-02 11:54 UTC (permalink / raw)
To: help-gnu-emacs
I am sorry to hear that. But anyway thanks for your help.
Do the author have any plan to improve the table function in MUSE?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to create this kind of table?
2007-06-02 11:54 ` Enchanter
@ 2007-07-04 17:13 ` Michael Olson
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olson @ 2007-07-04 17:13 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1.1: Type: text/plain, Size: 625 bytes --]
Enchanter <ensoul.magazine@gmail.com> writes:
> I am sorry to hear that. But anyway thanks for your help.
>
> Do the author have any plan to improve the table function in MUSE?
Yes. table.el-style tables are now supported in the latest release
(Muse 3.03). Be sure to ask on the muse mailing list (or at least Cc
it) so that I see the message sooner.
--
Michael Olson -- FSF Associate Member #652 |
http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | |
Sysadmin -- Hobbies: Lisp, GP2X, HCoop | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-07-04 17:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.1477.1180722116.32220.help-gnu-emacs@gnu.org>
2007-06-02 5:40 ` [MUSE] How to create this kind of table? Sven Naumann
2007-06-02 7:11 ` Sven Naumann
2007-06-02 11:54 ` Enchanter
2007-07-04 17:13 ` Michael Olson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.