From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: Re: Re: Is there a good way to use org as blog system? Date: Wed, 11 Nov 2009 14:07:53 +0000 Message-ID: References: <83eipo4wd0.fsf@ymail.com> <330fb75e0910012135g3721202dr8c4517e89b23950c@mail.gmail.com> <87639h27k9.fsf@benfinney.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8Drw-0005ay-J5 for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 09:08:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8Drr-0005VP-7x for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 09:08:19 -0500 Received: from [199.232.76.173] (port=60763 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8Drq-0005Ur-Ju for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 09:08:14 -0500 Received: from mail-fx0-f225.google.com ([209.85.220.225]:51176) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8Drq-0008Rw-5I for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 09:08:14 -0500 Received: by fxm25 with SMTP id 25so1057376fxm.26 for ; Wed, 11 Nov 2009 06:08:13 -0800 (PST) In-Reply-To: <87639h27k9.fsf@benfinney.id.au> 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: Ben Finney Cc: emacs-orgmode@gnu.org 2009/11/11 Ben Finney : > Rick Moynihan writes: > >> I'm looking for an org-mode based static blogging solution that's more >> robust than blorg [=85] > > Writing an online journal from Org mode is on my list of things to do, > but I haven't got around to investigating =91blorg=92. What about it is > insufficiently robust? The primary problems I have experienced are that it is has some rather serious problems unresolved problems with html export, specifically link generation. Everything seems ok with org-mode links rendered correctly as HTML, but then non-deterministically an export from what as far as I can tell is the same state as before results in broken links with them rendered in the html org-mode style, i.e. [[foo][http://foobar.com/]]. It is also currently without a maintainer as Bastien believes it needs a complete rewrite to use org-publish... IIRC. I did spend a short while trying to debug the link generation issue, but never got to the bottom of it, as I'm largely unfamiliar with elisp. R.