Re: [O] [PATCH 1/3] add id attribute to example-block on html export.

2016-04-03 Thread John Kitchin
Thanks. I found this in etc/ORG-NEWS, in case any one else was looking for it ;) Nicolas Goaziou writes: > Hello, > > John Kitchin writes: > >> I am not sure what those should look like or where they go. How about: >> >> * New html id attributes on special, example and quote blocks >> If the bl

Re: [O] [PATCH 1/3] add id attribute to example-block on html export.

2016-04-02 Thread Nicolas Goaziou
Hello, John Kitchin writes: > I am not sure what those should look like or where they go. How about: > > * New html id attributes on special, example and quote blocks > If the block has a #+name: attribute assigned, then the html element > will have an id attribute with that name in the html e

Re: [O] [PATCH 1/3] add id attribute to example-block on html export.

2016-03-31 Thread John Kitchin
I am not sure what those should look like or where they go. How about: * New html id attributes on special, example and quote blocks If the block has a #+name: attribute assigned, then the html element will have an id attribute with that name in the html export. This enables one to create links

Re: [O] [PATCH 1/3] add id attribute to example-block on html export.

2016-03-30 Thread Nicolas Goaziou
Hello, John Kitchin writes: > This allows you to hyperlink to the block. Applied the 3 patches, with minor changes (you seem to be using an outdated Org so you were reverting changes made to master). Could you provide an ORG-NEWS entry for this? Thank you. Regards, -- Nicolas Goaziou

[O] [PATCH 1/3] add id attribute to example-block on html export.

2016-03-28 Thread John Kitchin
This allows you to hyperlink to the block. --- lisp/ox-html.el | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index d07cdcc..92de209 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -2370,14 +2370,23 @@ contextual informa