Hi, Robert, Nicolas and Eric,

  Thanks to all of you for the kind answers. org-export-data-with-backend and org-element-parse-secondary-string best meet my requirements. They worked just as I expected. Thanks again.

Regards,
Yujie
 


2013/7/28 Eric Abrahamsen <eric@ericabrahamsen.net>
Yujie Wen <yjwen.ty@gmail.com> writes:

> 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 "<i>
> italic</i>"
>
>   Is there any existing Org-mode functions can help me to achieve
> this kind of functionality?
>
> Regards,
> Yujie

Try out `org-export-string-as', that will probably do what you want...

E