emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] A tutorial on using ox-rss.el to publish an Emacs-made blog


From: flammable project
Subject: Re: [O] A tutorial on using ox-rss.el to publish an Emacs-made blog
Date: Thu, 26 Sep 2013 12:09:17 +0200

Hi all,

Since I use ox-rss to generate my rss feed, I would like to make some clarification:

* EMACS
You need to have an Emacs version greater than 24.2.1. The function 'url-encode-url' must be present to generate successfully the RSS feed. Since I'm using Xubuntu 13.4. I had to add the PAA of Damien CASSOU to my apt config. Then I installed Emacs 24.3.1. The command 'url-encode-url' was listed in.

* ORG Files
You should take care about the PROPERTIES section you use in your org_files or section used to generate the RSS feeed.

the CATEGORY might be usefull to manage multiple feeds. Personnaly I don't try it but with Liferea RSS reader this option is visible.
Personnaly, I put the same date for the DATE and PUBDATE options. The date are correctly displayed in my RSS reader.

E.G:
----------------------------------------8X-----cut here--------------
* HEADER ON
:PROPERTIES:
:DATE: <2012-10-12 Fri>
:PUBDATE: <2012-10-12 Fri>
:CATEGORY: Blog
:END:  

BLABLABLA
BLABLABLA
BLABLABLA
----------------------------------------8X-----cut here--------------

Regards,

Basile





2013/9/26 Detlef Steuer <address@hidden>
On Wed, 25 Sep 2013 17:58:51 +0200
Carsten Dominik <address@hidden> wrote:

> +1.  Tis is the post that might put me over the edge and try it.


+1. Same status here.

Detlef

>
> - Carsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]