From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Introducing Octopress Exporter Date: Fri, 03 Aug 2012 09:15:37 +0200 Message-ID: <87vch0z8ut.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxD5R-0008Ol-64 for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 04:18:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxD5M-00031c-Rz for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 04:18:21 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:39250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxD5M-00031V-LZ for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 04:18:16 -0400 Received: by wibhq4 with SMTP id hq4so4433461wib.12 for ; Fri, 03 Aug 2012 01:18:15 -0700 (PDT) In-Reply-To: (Tom Alexander's message of "Wed, 1 Aug 2012 19:21:55 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tom Alexander Cc: emacs-orgmode@gnu.org Hi Tom, Tom Alexander writes: > I recently started using Octopress since its a great platform for > programmers to blog. Since the posts are written in HTML, it was easy > to use Org-Mode but once I got to code blocks I noticed that there was > no highlighting. I decided to modify the HTML exporter so that code > blocks were exported in the format described at > http://octopress.org/docs/plugins/codeblock/ . My new exporter is > located on github at https://github.com/craftkiller/orgmode-octopress > and I welcome anyone to help improve it (for example, right now the > body-only tag seems to fail since a table of contents gets exported). Thanks for this -- I don't use Octopress, but I found a mention of it in Worg here: http://orgmode.org/worg/org-blog-wiki.html Did you check http://jaderholm.com/blog/blogging-with-org-mode-and-octopress ? Anyway, I added a note about your exporter in the Worg page above. Thanks, -- Bastien