Hello,

Yasushi SHOJI <ya...@atmark-techno.com> writes:

> I'm can't expand macro with prefix.  Is there any limitation for macro
> expansion listed in the doc?

I don't think so.

> * test
> - It works with chars around like this: Aa{{{author}}}bB.
> - It works with numbers around like this: 12{{{author}}}34.
> - It works with _ around like this: _{{{author}}}_.
> - It works with =__= around like this: __{{{author}}}__.
> - But it doesn't work with 'a_' prefixed like this: a_{{{author}}}.
> - But it doesn't work with '1_' prefixed like this: 1_{{{author}}}.

The two examples above are ambiguous. You should use {{{{author}}}}.

> - Link doesn't work like this: [[file:{{{input-file}}}][Bad link]]

Indeed. This kind of link is not supported as you cannot follow it
(macros are an export-only feature).

Feel free to provide a documentation patch if you think this needs to be
made explicit.

Thank you.


Regards,

-- 
Nicolas Goaziou

Reply via email to