yoshinari-nomura / org-octopress

org-mode in octopress
GNU General Public License v3.0
83 stars 16 forks source link

Support Markdown Mode #10

Open justin808 opened 11 years ago

justin808 commented 11 years ago

I created a fork: https://github.com/justin808/org-octopress/commits/jgmarkdown.

There's 2 issues which should be separated:

  1. Configuration of the publishing for octopress. I'm of the opinion that the current publishing configuration for is OK. However, @yoshinari-nomura has a simpler method of configuration for the simple case. The problem with that is that it makes it very obscure how one can add static directories (non-dated-blog posts).
  2. Proper markdown exports. There is currently a markdown exporter for org-mode. Possibly that can be enhanced for Octopress markdown formatting.
yoshinari-nomura commented 11 years ago

Hi Justin, thanks good suggestions.

  1. Configuration of the publishing for octopress

Indeed. My setting helper could confuse emacs hackers. I should have introduced my helper as an alternative to the default org-publish setting manner. I want to improve it. Mainly it requires fair amount of description to README.org Could you add some instruction to the README.org?

  1. Proper markdown exports.

Markdown exporter in Org-mode is PURE markdow, they does not allow to add any different flavors to the original md-ex.el see: http://lists.gnu.org/archive/html/emacs-orgmode/2013-05/msg00170.html http://lists.gnu.org/archive/html/emacs-orgmode/2013-05/msg00175.html

Maybe, we can make a new ox-jekill-md.el (or ox-octopress-md.el?) as an inheritance of ox-md.el. I need your help. I'm almost next to nothing about markdown.