Expected: When exporting an Org document with named source blocks to
HTML, each generated to contain a source block has an ID attribute
matching the source block's name.
Actual: Instead, ID attributes come out with values like "orgsrcblock1".
Test case:
--- >8 cut here ---
#+TITLE: bug test c
with the current
behavior, that's no longer true.
Can you provide some insight on why the behavior was changed? I'd be happy to
expand the scope of my bug report to cover whatever code relies on the change.
Thanks!
--
Aaron Miller
Mobile: (443) 902-4702
m...@aaron-miller.me
http://
Can you comment on the likelihood of a patch being accepted that gives
HTML export a parallel option, with all the associated caveats? It seems
like the use case is pretty clear, and I don't mind taking the time to
write up the change.
On 2/27/16 3:38, Nicolas Goaziou wrote:
Hello,