emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Tables in Plain Lists


From: Nicolas Goaziou
Subject: Re: [O] Tables in Plain Lists
Date: Wed, 16 May 2012 18:11:42 +0200

Hello,

SW <address@hidden> writes:

> I was making notes today as follows:
>
> ==============================
>
> * List of important items [0%]
> - [ ] Item 1
>   - This is an important item.
>   - Remember to do the hokey-pokey.
>
> |---|---|
> | A | B |
> | C | D |
>
> - [ ] Item 2
>   - This is not as important.
>
> ==============================
>
> Of course, the plain list terminates when the table starts, so <TAB> on "Item 
> 1"
> only collapses it to where the table starts.

> Also, the table can't be indented as part of the list.

It can: just move it in manually. Then it will stay there.

> In the end, I moved the table elsewhere, but for future reference, is
> there a preferred way to do this?

Yes:

--8<---------------cut here---------------start------------->8---
* List of important items [0%]
- [ ] Item 1
  - This is an important item.
  - Remember to do the hokey-pokey.
    
    |---+---|
    | A | B |
    | C | D |

- [ ] Item 2
  - This is not as important
--8<---------------cut here---------------end--------------->8---

Note that it will be easier if you don't start your table with a rule,
since expanding a fresh "|-" will create the table at column 0.


Regards,

-- 
Nicolas Goaziou



reply via email to

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