Using Octopress with org-mode emacs for blogging

Is there any example of using Org-mode with octopress for blogging? I want to use org-mode for all blog posts and export it to html. I understand that it is possible, is there an example for this to learn and do the same.

+8
emacs jekyll org-mode jekyll-extensions
source share
2 answers

I began to migrate to Octopress. As a user of Org mode, I was interested in the same thing. Here is a link I found that might be useful to you: http://jaderholm.com/blog/blogging-with-org-mode-and-octopress

+4
source share

Some time ago I wrote an article on this topic: http://www.railsonmaui.com/blog/2013/04/27/octopress-setup-with-github-and-org-mode/index.html

For this, the orgmode-octopress emacs plugin is used: https://github.com/craftkiller/orgmode-octopress and http://blog.paphus.com/blog/2012/08/01/introducing-octopress-blogging-for-org -mode /

Unfortunately, this does not work with Emacs 24.3 and org-mode v8 .: - (

There is another org-mode octopress package (available in the emacs package manager): https://github.com/yoshinari-nomura/org-octopress

Unfortunately, the documentation on this issue is sparse. I plan to update my blog and this answer as soon as I get a good solution for working with emacs 24.3 and org-mode v8.

+1
source share

All Articles