From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaidheeswaran C Subject: An Experiment: Wikipedia to Org Date: Sat, 19 Dec 2015 17:30:25 +0530 Message-ID: <86h9jeabs6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAG9N-0004Py-4Q for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 06:58:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAG9I-0000EA-6M for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 06:58:13 -0500 Received: from plane.gmane.org ([80.91.229.3]:57685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAG9H-0000Ds-Vb for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 06:58:08 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aAG9G-0002DT-ED for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 12:58:06 +0100 Received: from 106.206.146.203 ([106.206.146.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Dec 2015 12:58:06 +0100 Received: from vaidheeswaran.chinnaraju by 106.206.146.203 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Dec 2015 12:58:06 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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. . [ 8 ] 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?