emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* lists in tables (latex export)
@ 2016-05-23 20:34 Uwe Brauer
  2016-05-23 20:43 ` Nicolas Goaziou
  2016-06-04 11:59 ` martin.guertler
  0 siblings, 2 replies; 11+ messages in thread
From: Uwe Brauer @ 2016-05-23 20:34 UTC (permalink / raw)
  To: emacs-orgmode

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 

^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <e7d2b7f10c4948c5834ff19cc1c7aeb0@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>]

end of thread, other threads:[~2016-06-04 12:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-23 20:34 lists in tables (latex export) Uwe Brauer
2016-05-23 20:43 ` Nicolas Goaziou
2016-05-24 21:32   ` Marcin Borkowski
2016-06-04 11:59 ` martin.guertler
     [not found] <e7d2b7f10c4948c5834ff19cc1c7aeb0@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-05-24  7:36 ` Eric S Fraga
2016-05-24  9:59   ` Uwe Brauer
     [not found]   ` <333849b651b84523b08fed5cedb009e9@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-05-24 14:39     ` Eric S Fraga
2016-05-24 21:00       ` Uwe Brauer
     [not found]       ` <afc0cb2f4e5c4573b91e7b950fd86097@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-05-25  6:28         ` Eric S Fraga
2016-05-25  6:55           ` Rasmus
2016-05-25 14:47           ` Uwe Brauer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).