This looks like a good start. I'd suggest a reuseable php parser for orgmode files. It could then be used in your module for orgmode import and another module as orgmode input filter.
Possibly implemented as stateful parser or two step parser (1. parse to a tree 2. render html). This would enable line continuation, better nesting, completion ( [/] [%] ), … . Maybe some existing python parser can be ported.

I'd be happy to join you on this, let me know.

Comments

davidam’s picture

I've been taking a look to orgile (http://toshine.org/etc/orgile-emacs-org-mode-file-html-parser-php-publis...). I'm not very sure if it's an improvement to this project, because it's not maintained now.

davidam’s picture

Version: » 7.x-1.x-dev
Issue summary: View changes

Zany,

Do you continue interested in this feature? If you continue interested we can take a look to http://orgmode.org/worg/org-tools/...

Thanks.

zany’s picture

Hi David,

I can't focus on this at the moment. But I'd be happy to test or discuss ideas!