Hello,
hero...@gentoo.org writes:
> Nicolas Goaziou writes:
>> Unfortunately, this is ambiguous with Org macro syntax. For example, it
>> would match:
>>
>> \alpha{{{macro(arg)}}}
>>
>> which is an entity followed by a macro.
>
> Err, insert a white space?
>
>\alpha {{{macro(arg)}}}
Wel
Hi Nicolas,
Nicolas Goaziou writes:
> hero...@gentoo.org writes:
>
>> Nicolas Goaziou writes:
>>
>>> I do not mind extending syntax for LaTeX macros a bit if it helps users,
>>> but first, I would like a clear definition of what subset of macros
>>> should be supported in Org.
>>>
>>> See, for
Hello,
hero...@gentoo.org writes:
> Nicolas Goaziou writes:
>
>> I do not mind extending syntax for LaTeX macros a bit if it helps users,
>> but first, I would like a clear definition of what subset of macros
>> should be supported in Org.
>>
>> See, for example,
>>
>> http://orgmode.org/worg/
Hi Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> hero...@gentoo.org writes:
>
>> Nesting braces is already implemented in the classic org-latex.el[1],
>> and is forward ported into org-element.el.
>
> Thanks for your patch.
>
> I think you are misunderstanding something. I didn't port this
> lim
Hello,
hero...@gentoo.org writes:
> Nesting braces is already implemented in the classic org-latex.el[1],
> and is forward ported into org-element.el.
Thanks for your patch.
I think you are misunderstanding something. I didn't port this
limitation in Org 8. AFAIK it has been there for a long ti
Hello Nicolas,
Nicolas Goaziou writes:
> If you want to insert raw LaTeX in an Org buffer, then \ce{^{238}U} is
> invalid because you cannot nest braces. You can write instead:
>
> @@latex:\ce{^{238}U}@@
>
> or you can define a macro, e.g.,:
>
> #+MACRO: ce @@latex:\ce{$1}@@
>
> and then use