[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] XML dump of org file?
From: |
Aaron Ecay |
Subject: |
Re: [O] XML dump of org file? |
Date: |
Thu, 22 Sep 2016 17:07:04 +0100 |
User-agent: |
Notmuch/0.22+21~g7e6e23c (https://notmuchmail.org) Emacs/25.1.50.2 (x86_64-unknown-linux-gnu) |
Hi Norman,
Have a look at the org-element library, which can produce an sexp
representation of the structure of an org document. (In particular the
function ‘org-element-parse-buffer’). You’ll need to convert the sexps
to XML, but that’s a comparatively minor task.
HTH,
--
Aaron Ecay