From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Reyero Subject: Re: Solutions of blogging tools for org-mode Date: Tue, 20 Oct 2009 13:40:48 +0200 Message-ID: <55bd243d0910200440v6c921beatdc44bf2e31cec27e@mail.gmail.com> References: <55bd243d0910200300i55199c7fxd70c950b6c8a75ec@mail.gmail.com> <87d44ie540.wl%bremner@pivot.cs.unb.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0D5D-00013s-6s for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 07:40:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0D58-00013C-NA for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 07:40:54 -0400 Received: from [199.232.76.173] (port=46275 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0D58-000137-E5 for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 07:40:50 -0400 Received: from mail-fx0-f228.google.com ([209.85.220.228]:47422) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0D57-0003tS-VJ for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 07:40:50 -0400 Received: by fxm28 with SMTP id 28so6331855fxm.42 for ; Tue, 20 Oct 2009 04:40:48 -0700 (PDT) In-Reply-To: <87d44ie540.wl%bremner@pivot.cs.unb.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Bremner , emacs-orgmode@gnu.org On Tue, Oct 20, 2009 at 12:23 PM, David Bremner wrote: > Juan Reyero wrote: > >> I am looking for in a blogging engine is a >>way to mark entries as belonging to the blog, and generation of an RSS >>feed that includes them; all other things, including publishing and >>HTML export, are already covered by standard org-mode facilities, and >>services like disqus for the comments. > > Please check the recent archives of the list for a longer discussion; > some of us use ikiwiki with a contributed org-mode plugin by Manoj > Srivastava. Ikiwiki and Manoj Srivastava's plugin do look great, but it's a pity not to take advantage of org-mode's facilities for exporting and publishing... which I've already set up and adapted to the design of my webs. My question was more on the lines of whether there's active development of the org-mode blog modules, and if there's people using them. I am considering building a very minimalistic blog engine (tag the entries you want as part of the blog, and it builds an RSS feed for them; you figure out everything else within org-mode's publishing functionality). But I'd hate to do something that's already there. jm