From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Mason Subject: List restarts numbering at 1 after table Date: Fri, 25 Nov 2016 09:08:14 -0330 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAFlm-0007IY-8d for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 07:38:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAFli-0005wC-9n for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 07:38:22 -0500 Received: from simone.ucs.mun.ca ([134.153.232.76]:57772) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cAFli-0005vD-1y for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 07:38:18 -0500 Received: from pyrope.local.esd.mun.ca (CPE00fc8db7a323-CM00fc8db7a320.cpe.net.cable.rogers.com [99.249.98.173]) (authenticated bits=0) by simone.ucs.mun.ca (8.13.8/8.13.8) with ESMTP id uAPCcCos029967 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 25 Nov 2016 09:08:13 -0330 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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? GNU Emacs 25.1.1 (i386-portbld-freebsd10.1, GTK+ Version 2.24.29) of 2016-11-04 Org mode version 9.0.1 (release_9.0.1-47-gb06259 @ /home/rmason/.emacs.d/org-git/org-mode/lisp/) Thanks for any help. Roger