From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Publish atom feeds based on Org files Date: Mon, 22 Mar 2010 20:27:33 +0000 Message-ID: <87tys8ayq2.wl%ucecesf@ucl.ac.uk> References: <87ocikm0p4.wl%dmaus@ictsoc.de> <87y6hlkx9q.wl%ucecesf@ucl.ac.uk> <8739zsrtqn.wl%dmaus@ictsoc.de> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NtoE4-0003U2-7w for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 16:27:52 -0400 Received: from [140.186.70.92] (port=52656 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtoE2-0003Tk-Pa for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 16:27:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NtoE1-0006ne-Dm for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 16:27:50 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:52831) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NtoE1-0006nT-9Z for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 16:27:49 -0400 In-Reply-To: <8739zsrtqn.wl%dmaus@ictsoc.de> 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 Maus Cc: Org Mode On Mon, 22 Mar 2010 21:23:12 +0100, David Maus wrote: > > Eric S Fraga wrote: > >The only thing missing in your documentation was how to make your > >exported org (i.e. the html) file be recognised as an RSS feed by the > >browsers. I found that adding this to my org setup did the job: > > >--8<---------------cut here---------------start------------->8--- > >#+STYLE: > >--8<---------------cut here---------------end--------------->8--- > > Right, thanks, updated it on the homepage. But of course the type > should be "application/atom+xml" ;) And so it should! I was too quick to cut and paste without actually reading what I'd borrowed off the web... :( Thanks!