From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: another blog exporter Date: Sat, 08 Feb 2014 21:41:16 +0100 Message-ID: <52F6966C.2040409@roklein.de> References: <52F5137D.2000003@roklein.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCEiM-00061k-9v for emacs-orgmode@gnu.org; Sat, 08 Feb 2014 15:41:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCEiG-0006Sl-FQ for emacs-orgmode@gnu.org; Sat, 08 Feb 2014 15:41:26 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:49607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCEiG-0006S9-6N for emacs-orgmode@gnu.org; Sat, 08 Feb 2014 15:41:20 -0500 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: emacs-orgmode@gnu.org Hi, I put ox-blog on github: https://github.com/roklein/ox-blog I removed the unnecessary org-blog-example-block and added some attributes to be used with source blocks (line numbers, highlighting of lines, title). Best regards Robert On 02/07/2014 06:10 PM, Robert Klein wrote: > Hi, > > 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. > > Around Christmas I did some polishing to make it ready for a greater public. > > Would there a place for it in contrib/ or is it better suited for a > github repository? > > Thanks and best regards > Robert >