Hi,
Some time ago I used such a feture in od export. I think it does exist
in ox-odt.el.
Regards,
Martin
> On Tuesday, 24 May 2016 at 21:00, Uwe Brauer wrote:
> Interesting. If you want to get this approach to work with org, you are
> more likely to need to put in the LaTeX directives into the org file
> directly instead of the solution I suggested:
> #+latex: \begin{tcbraster}
Eric S Fraga writes:
> etc. as I believe it would be difficult to pass options to org special
> blocks. But maybe others can chime in: can ATTR_LATEX, for instance, be
> used to specify options for a #+BEGIN_ block?
Yes.
#+attr_latex: :options [foo]
#+begin_bar
x
#+end_bar
--
Warning: Ev
On Tuesday, 24 May 2016 at 21:00, Uwe Brauer wrote:
> I will try to make it work with the solution as proposed by
>
> http://www.mostlycolor.ch/2015/07/swot-matrices-in-latex.html
>
> In case you are interested :-D
Interesting. If you want to get this approach to work with org, you are
more likel
On 2016-05-23, at 22:43, Nicolas Goaziou wrote:
> Hello,
>
> Uwe Brauer writes:
>
>> 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?
>
> I don't think so. Supporting lis
>>> "Eric" == Eric S Fraga writes:
> On Tuesday, 24 May 2016 at 09:59, Uwe Brauer wrote:
> [...]
>> That is interesting, I could not get your example to work, but this is
>> due to lack of knowledge from my side. I will look into this in the
>> coming days. Thanks for pointing it
On Tuesday, 24 May 2016 at 09:59, Uwe Brauer wrote:
[...]
> That is interesting, I could not get your example to work, but this is
> due to lack of knowledge from my side. I will look into this in the
> coming days. Thanks for pointing it out!
Try the attached. I've put the individual boxes in
>>> "Eric" == Eric S Fraga writes:
> On Monday, 23 May 2016 at 20:34, Uwe Brauer wrote:
>> Are there any plans for the future concerning such a feature?
> probably very difficult, I would guess. Alternatively, you could us
> minipages and org special blocks to specify those?
> A
On Monday, 23 May 2016 at 20:34, Uwe Brauer wrote:
> Are there any plans for the future concerning such a feature?
probably very difficult, I would guess. Alternatively, you could us
minipages and org special blocks to specify those?
As in:
#+begin_halfpageblock
Strengths:
- large
- simple
- gr
Hello,
Uwe Brauer writes:
> 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?
I don't think so. Supporting lists in tables equals to rewrite
org-table.el from scratch.
Regar
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 th
I don't know what would be worst: trying to put lists in tables or
tables in lists. And I don't know if each of these would be worst
wrt style _or_ wrt logic.
But I'm happy to see people continues to expect pure MAGIC from Org :)
--
Bastien
Hi Uwe
On Thu, Jun 9, 2011 at 22:27, Uwe Brauer wrote:
> And there is now easy way to allow more than one line per row?
No, there is no easy way.
The question is, what should be a row delimiter in a table. The answer
for an Org table is, each newline is also the end of the table row. Of
course
>> Regarding Re: [O] lists in tables; Carsten Dominik
>> adds:
> On 9.6.2011, at 20:44, Nicolas Goaziou wrote:
>>
>> Are there any plans to support it?
>>
>> None that I know of.
> What does that even mean, lists in tables???
On 9.6.2011, at 20:44, Nicolas Goaziou wrote:
> Hello,
>
> Uwe Brauer writes:
>
>> Maybe I did look carefully enough into the manual, but it
>> seems that lists are not supported insides tables. Is this
>> correct?
>
> Yes. I don't know well the table code, but there are a few limitations
> i
Hello,
Uwe Brauer writes:
> Maybe I did look carefully enough into the manual, but it
> seems that lists are not supported insides tables. Is this
> correct?
Yes. I don't know well the table code, but there are a few limitations
involved. For example, lists are recognized by a pattern in which
Hello
Maybe I did look carefully enough into the manual, but it
seems that lists are not supported insides tables. Is this
correct? Are there any plans to support it?
thanks
Uwe Brauer
17 matches
Mail list logo