From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: A tutorial on using ox-rss.el to publish an Emacs-made blog Date: Fri, 27 Sep 2013 15:38:01 +0200 Message-ID: <87k3i2gzba.fsf@bzg.ath.cx> References: <87mwn1c6rk.fsf@bzg.ath.cx> <20130926095327.778dc69e@vknecht-intel.unibw-hamburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPYFJ-0003hX-PT for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 09:38:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPYFB-0001FQ-B2 for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 09:38:13 -0400 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:62047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPYFB-0001F7-46 for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 09:38:05 -0400 Received: by mail-we0-f175.google.com with SMTP id q59so2618216wes.6 for ; Fri, 27 Sep 2013 06:38:04 -0700 (PDT) In-Reply-To: (flammable project's message of "Thu, 26 Sep 2013 12:09:17 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: flammable project Cc: emacs-org list Hi flammable (?), flammable project writes: > * 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. Thanks -- I updated the blog post to mention this constraint. > * 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. (I don't use the CATEGORY property myself but maybe will.) > Personnaly, I put the same date for the DATE and PUBDATE options. The > date are correctly displayed in my RSS reader. Why do you need the :DATE: ? :PUBDATE: is automatically added if not already present, and should be enough for the feed to know about the publication date. Thanks for testing! -- Bastien