Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-17 Thread Wang Coeus
brian powell  writes:

> Forget all previous emails from me on this thread; I thought there
> was a simple way to do this in OrgMode--will this work for you Wang?:
>
> All you have to do is this I believe (not sure about the Org publish/
> TeX output though--tell me if it works out for you): 
>
> Ca  | 
>
> and then type in your multi-line text--and maybe  a few
> times--this took about 15 seconds:
>
> |---+-+-+-+-+-+-+---|
> | * | 15B |           0 |   0 |   0 |           0 |   0 |     0 |
> |---+-+-+-+-+-+-+---|
> | * | 16W |           0 |   0 |   0 |           0 |   0 |     0 |
> |   |     |             |     |     |             |     | multi |
> |   |     |             |     |     |             |     | line  |
> |   |     |             |     |     |             |     | text  |
> |---+-+-+-+-+-+-+---|
> | * | 17B |           0 |   0 |   0 |           0 |   0 |     0 |
> |---+-+-+-+-+-+-+---|
> #+TBLFM:
>

Brian,
Thanks a lot for your help here. :) It's good to show in Org-mode from
Emacs itself, but when you export to html file, it's still split with
sevel cells. Sometimes I need export org file to html so to make others
feel easier to read. 

-- 
Coeus
In the middle of every difficulty lies opportunity.
-- Albert Einstein

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-17 Thread Wang Coeus
Bastien  writes:

> Hi Wang,
>
> Wang Coeus  writes:
>
>> Will org consider to support this in future? 
>
> There is no plan for this right now.
>
> But what about cheating a bit and play with the _display_ of the table?
>
> | Header  | Header |
> |-+|
> | I want to   ||
> | write stuff ||
> | on several  ||
> | lines   ||
>
> You should be able to export this table to HTML or LaTeX and simulate a
> multiline cell on the first column.  Just a workaround, but could do in
> some situations.
>
> Also, note that you can shrink the cell length by adding :
>
>  |---+--|   |---+|
>  |   |  |   |   | <6>|
>  | 1 | one  |   | 1 | one|
>  | 2 | two  | \ | 2 | two|
>  | 3 | This is a long chunk of text | / | 3 | This=> |
>  | 4 | four |   | 4 | four   |
>  |---+--|   |---+|
>
> which helps having long text in a single-line cell.
>
> HTH,

Hi Bastien,
Really appreciate your help here. The reason I asked this question is
because I always feel it's too complicated to edit a table with
table.el. Your suggestion is good for me. :) But there are sometimes
also need to draw a table as below:
|---+---+|
|   | HEAD2 | Item 1 |
|   +---+|
| HEAD1 |   | Item 2 |
|   + HEAD3 ||
|   |   | Item 3 |
|---+---+|

For such a kind of situation, we only can implement with table.el,
right?

Really thanks for all your kind help. :)
-- 
Coeus
In the middle of every difficulty lies opportunity.
-- Albert Einstein

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Can I input multiline in a cell?

2011-02-15 Thread Wang Coeus
suvayu ali  writes:

> On Tue, Feb 15, 2011 at 1:10 PM, Wang Coeus  wrote:
>> Hi all,
>> I am using org-mode for some note, there is a table and I need to input
>> a lot text in one cell, is there possible that I input multiline and
>> output also show as multiline?
>
> org-mode tables doesn't support multi-line cells. For that you have to
> use table.el tables. As far as I recall there is an option for that in
> the Org main menu.
>
>> --
>> Coeus
>
> GL
Will org consider to support this in future? I just think org table is
more convenient than table.el. Thanks a lot for the help.

-- 
Coeus
In the middle of every difficulty lies opportunity.
-- Albert Einstein


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Can I input multiline in a cell?

2011-02-15 Thread Wang Coeus
Hi all,
I am using org-mode for some note, there is a table and I need to input
a lot text in one cell, is there possible that I input multiline and
output also show as multiline?
-- 
Coeus
In the middle of every difficulty lies opportunity.
-- Albert Einstein


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode