I am working on an html to org exporter.  As an experiment, I tried
passing a Wikipedia article to it.

Here is an HTML snippet.

.
<sup id="cite_ref-FOOTNOTEGethin199827.E2.80.9328.2C_73.E2.80.9374_10-0"
     class="reference">
  <a href="#cite_note-FOOTNOTEGethin199827.E2.80.9328.2C_73.E2.80.9374-10">
    <span>[
    </span>8
    <span>]
    </span>
  </a>
</sup>

Here is the corresponding Org translation.

.^{[[cite_note-FOOTNOTEGethin199827.E2.80.9328.2C_73.E2.80.9374-10][[8]]]}

My question is, GIVEN the above Org-snippet would it possible to improve
the `org-element-parse-buffer' so that it's output matches with the HTML
input.

Just an experiment ...What do you think?


Reply via email to