emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] List restarts numbering at 1 after table


From: Charles C. Berry
Subject: Re: [O] List restarts numbering at 1 after table
Date: Fri, 25 Nov 2016 08:42:41 -0800
User-agent: Alpine 2.20 (OSX 67 2015-01-07)

On Fri, 25 Nov 2016, Roger Mason wrote:

Hello,

I have a table in a list, like this:

2. Write stuff in the empty table:
# See http://orgmode.org/manual/LaTeX-specific-attributes.html to get
# predetermined width on export.
#+ATTR_LATEX: :align |p{2cm}|p{2cm}|
|------+--------|
| This | That   |
|------+--------|
|      |        |
|------+--------|
|      |        |
|------+--------|
|      |        |
|------+--------|
|      |        |
|------+--------|
|      |        |
|------+--------|
3. Write the answer to another question here


On export, the list numbering after the table reverts to 1.  Is there a
way to avoid this?

Indentation matters. I put 4 spaces before every line under `2.'

2. Write stuff in the empty table:
   # See http://orgmode.org/manual/LaTeX-specific-attributes.html to get
   # predetermined width on export.
   #+ATTR_LATEX: :align |p{2cm}|p{2cm}|
   |------+------|
   | This | That |
   |------+------|
   |      |      |
   |------+------|
   |      |      |
   |------+------|
   |      |      |
   |------+------|
   |      |      |
   |------+------|
   |      |      |
   |------+------|
3. Write the answer to another question here


And exporting to ascii the numbering starts at 1. and continues at 2. after the table.

Exporting in latex, both items and the table are all enclosed in one enumerate environment.

HTH,

Chuck




reply via email to

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