From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: another blog exporter Date: Fri, 7 Feb 2014 19:27:20 -0500 (EST) Message-ID: References: <52F5137D.2000003@roklein.de> Reply-To: Ken Mankoff Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBvlb-0001aM-A4 for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 19:27:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBvlS-0005aU-TD for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 19:27:31 -0500 Received: from mail-qa0-x236.google.com ([2607:f8b0:400d:c00::236]:38104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBvlS-0005aQ-MF for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 19:27:22 -0500 Received: by mail-qa0-f54.google.com with SMTP id i13so6440801qae.27 for ; Fri, 07 Feb 2014 16:27:21 -0800 (PST) In-Reply-To: <52F5137D.2000003@roklein.de> 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: Robert Klein Cc: emacs-orgmode@gnu.org Hi Robert, On Fri, 7 Feb 2014, Robert Klein wrote: > around the org-mode 8.0 release I began to write a new blog > exporter using the new export framework. > > I wanted one feature org2blog didn't offer, support for different > syntax highlighters, and i wanted to learn about the new exporter > and Emacs programming. Does your exporter work across multiple files (one file per post), or only one file? -k.