frog icon indicating copy to clipboard operation
frog copied to clipboard

Feature request: Support for .org documents

Open ismailadegbenga opened this issue 9 years ago • 2 comments

Is it possible for frog to support org documents? I need this feature to transition from my current setup where my source documents are .org files I will appreciate pointers in the right direction to implement this if it's not your priority right now. Thanks.

ismailadegbenga avatar Jan 02 '16 13:01 ismailadegbenga

I'm sorry to be so slow to reply to this; I've been swamped the last few weeks.

I won't be able to add this feature in the foreseeable future.

greghendershott avatar Jan 25 '16 02:01 greghendershott

I wrote an org mode converter for jekyll a while back. You could probably adapt it to your needs.

The Jekyll plugin: https://github.com/joelmccracken/joelmccracken.github.com/blob/writing/_plugins/org-converter.rb

and the elisp: https://github.com/joelmccracken/joelmccracken.github.com/blob/writing/_lib/org-convert.el

I haven't written in a while, but IIRC there were a few weird things with the emacs server not shutting down correctly. Barring that, it worked very well! I can help if you want some help adapting it.

joelmccracken avatar Mar 26 '16 05:03 joelmccracken