Re: [O] PATCH: Extract HTML attributes from link if present

2018-12-08 Thread Nicolas Goaziou
Hello, Jens Lechtenboerger writes: > for HTML export, attributes are added to links with what is called a > “HACK” in a comment in ox-html.el: Attribute :attr_html is read from > the parent, to be transferred to the first link. > > That mechanism can used to assign attributes to the first link i

[O] PATCH: Extract HTML attributes from link if present

2018-12-08 Thread Jens Lechtenboerger
Hi there, for HTML export, attributes are added to links with what is called a “HACK” in a comment in ox-html.el: Attribute :attr_html is read from the parent, to be transferred to the first link. That mechanism can used to assign attributes to the first link in each paragraph/sentence. For org-