From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yujie Wen Subject: How to convert a string to Org parsed tree Date: Sun, 28 Jul 2013 18:18:27 +0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b15a3635afe5e04e28fb251 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3O3b-0004xa-84 for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 06:18:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3O3Y-00088j-QV for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 06:18:31 -0400 Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:54581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3O3Y-00088T-Kc for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 06:18:28 -0400 Received: by mail-pa0-f50.google.com with SMTP id fb10so4255174pad.23 for ; Sun, 28 Jul 2013 03:18:27 -0700 (PDT) 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 Mode" --047d7b15a3635afe5e04e28fb251 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am working on the org-reveal exporter and I need to convert a string get from org-element-property into HTML format. The property string have some Org-mode markups that need to be converted to relevant HTML labels. For example, a string of "/italic/" to "italic" Is there any existing Org-mode functions can help me to achieve this kind of functionality? Regards, Yujie --047d7b15a3635afe5e04e28fb251 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

=A0 I am working on the o= rg-reveal exporter and I need to convert a string get from org-element-prop= erty into HTML format. The property string have some Org-mode markups that = need to be converted to relevant HTML labels. For example, a string of &quo= t;/italic/" to "<i>italic</i>"

=A0 Is there any existing Org-mode functions can help me to achie= ve this kind of functionality?

Regards,
Yujie

--047d7b15a3635afe5e04e28fb251--