From: Robert Klein <kleinrob@mpip-mainz.mpg.de>
To: emacs-orgmode@gnu.org
Subject: Re: How to convert a string to Org parsed tree
Date: Sun, 28 Jul 2013 12:43:14 +0200 [thread overview]
Message-ID: <51F4F5C2.1050004@mpip-mainz.mpg.de> (raw)
In-Reply-To: <CAHenMCGJOdNeAyz5u=GNknK9qt4DcAY2NJz2==84ZMOWHXR2xA@mail.gmail.com>
On 07/28/2013 12:18 PM, Yujie Wen wrote:
> 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
>
Hi Yujie,
how about applying the exporter to the string, e.g. something like
(with-temp-buffer
(insert (plist-get plist yout-property-string))
(org-html-export-as-html nil nil nil t new-plist)
(buffer-string))
(didn't test, just typed this into the mail)
Best regards
Robert
next prev parent reply other threads:[~2013-07-28 10:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-28 10:18 How to convert a string to Org parsed tree Yujie Wen
2013-07-28 10:43 ` Robert Klein [this message]
2013-07-28 11:07 ` Nicolas Goaziou
2013-07-28 12:17 ` Eric Abrahamsen
2013-07-28 14:16 ` Yujie Wen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51F4F5C2.1050004@mpip-mainz.mpg.de \
--to=kleinrob@mpip-mainz.mpg.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).