From mboxrd@z Thu Jan  1 00:00:00 1970
From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= <aurelien.aptel@gmail.com>
Subject: Re: Introducing Octopress Exporter
Date: Thu, 2 Aug 2012 11:45:11 +0200
Message-ID: <CA+5B0FMC+SPH9F--vepZRQ0rfneBHbnuG5Y7n+FmMSEptMH4nw@mail.gmail.com>
References: <CABAqcgLexJU8gHyiM9m10T=9+S-udxM6=hcrc_Pk72mC2RNL7w@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([208.118.235.92]:45206)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <aurelien.aptel@gmail.com>) id 1Swry2-0004H7-Df
	for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 05:45:22 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <aurelien.aptel@gmail.com>) id 1Swrxy-00025T-HD
	for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 05:45:18 -0400
Received: from mail-gg0-f169.google.com ([209.85.161.169]:46082)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <aurelien.aptel@gmail.com>) id 1Swrxy-00025L-DS
	for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 05:45:14 -0400
Received: by ggm4 with SMTP id 4so9753818ggm.0
	for <emacs-orgmode@gnu.org>; Thu, 02 Aug 2012 02:45:12 -0700 (PDT)
In-Reply-To: <CABAqcgLexJU8gHyiM9m10T=9+S-udxM6=hcrc_Pk72mC2RNL7w@mail.gmail.com>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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 <tomalexander@paphus.com>
Cc: emacs-orgmode@gnu.org

I've never heard of octopress, interesting. The only thing I don't
like is how comments are handled. Since it's all static you relying on
an external service like Disqus. I'm not so fond of losing control
over user contribution like that. Besides, the actual service (disqus)
is pretty terrible anyway. I'm always pissed when the comment I sent
gets processed in weird ways yet doesn't do verbatim/code blocks.

On Thu, Aug 2, 2012 at 1:21 AM, Tom Alexander <tomalexander@paphus.com> wrote:
> The important changes are all at the bottom of the file. Basically I
> just grab the text before the html preprocessor gets to it and go
> through line-by-line to find the code blocks.

Have you tried Nicolas Goaziou new parser? org-element.el is a big
improvement for org-mode IMHO.