[O] Bug: HTML export fails to set source IDs correctly [8.3.4 (8.3.4-elpa @ /Users/aaron/.emacs.d/elpa/org-20160222/)]

2016-02-25 Thread Aaron Miller
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

Re: [O] Bug: HTML export fails to set source IDs correctly [8.3.4 (8.3.4-elpa @ /Users/aaron/.emacs.d/elpa/org-20160222/)]

2016-02-25 Thread Aaron Miller
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://

Re: [O] Bug: HTML export fails to set source IDs correctly [8.3.4 (8.3.4-elpa @ /Users/aaron/.emacs.d/elpa/org-20160222/)]

2016-02-28 Thread Aaron Miller
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,