[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Publish atom feeds based on Org files
From: |
Eric S Fraga |
Subject: |
Re: [Orgmode] Publish atom feeds based on Org files |
Date: |
Mon, 22 Mar 2010 20:27:33 +0000 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/23.1 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
On Mon, 22 Mar 2010 21:23:12 +0100, David Maus <address@hidden> 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: <link rel="alternate" type="application/rss+xml" title="your page
> >title here" href="the URL to the atom file here" />
> >--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!