From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: lists in tables (latex export) Date: Mon, 23 May 2016 20:34:21 +0000 Message-ID: <87shx8ikdu.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4wYm-0004z2-IC for emacs-orgmode@gnu.org; Mon, 23 May 2016 16:34:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4wYi-0003lx-Bz for emacs-orgmode@gnu.org; Mon, 23 May 2016 16:34:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:33833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4wYi-0003kF-4t for emacs-orgmode@gnu.org; Mon, 23 May 2016 16:34:40 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1b4wYc-0007PZ-NQ for emacs-orgmode@gnu.org; Mon, 23 May 2016 22:34:34 +0200 Received: from 84.red-79-153-137.dynamicip.rima-tde.net ([79.153.137.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 May 2016 22:34:34 +0200 Received: from oub by 84.red-79-153-137.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 May 2016 22:34:34 +0200 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 The following minimal example shows one possibility to have lists in a table using LaTeX \documentclass[11pt]{article} \usepackage{varwidth} \begin{document} \begin{center} \begin{tabular}{ll} \begin{varwidth}{\linewidth} \begin{itemize} \item this \item that \end{itemize} \end{varwidth} & \begin{varwidth}{\linewidth} \begin{itemize} \item 1 \item 2 \end{itemize} \end{varwidth} \end{tabular} \end{center} \end{document} As far as I know orgmode does not support really lists in tables nor does it allows it to export them. Are there any plans for the future concerning such a feature? Rationale: Lists in tables come in handy in this so called SWOT analysis which I unfortunately have to do in the next future. Orgmode has been a great help in editing tables in latex, that is why it were great if it could also support to export lists in tables. regards Uwe Brauer