emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Continuing a numbered list


From: Eric S Fraga
Subject: Re: [O] Continuing a numbered list
Date: Thu, 30 Apr 2015 07:50:44 +0100

On Wednesday, 29 Apr 2015 at 22:59, DJ wrote:
> Can't figure this out from the org mode manual.

[...]

> I know how to get multiple paragraphs in one numbered list item. But
> how can I stick a table in the middle of my multiple-paragraph list
> item without terminating the list? Such as:
>
> 1. blah blah\\
>     yatta yatta
> | m | n | foo |
> |---+---+-----|
> | x  | y  | z     |
>     and this text should be part of item 1. That is the real problem - 
> a paragraph AFTER the table which should
>     belong to item 1.

Indent the table, e.g.

#+begin_src org
  1. blah blah
   
     yatta yatta

     | m | n | foo |
     |---+---+-----|
     | x | y | z   |

     and this text should be part of item 1. That is the real problem -

#+end_src

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-1062-gce4e64



reply via email to

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