From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: RSS back-end: blogging with Org-mode is now easy Date: Wed, 10 Jul 2013 11:54:09 +0200 Message-ID: <878v1ekaf2.fsf@bzg.ath.cx> References: <871ubgvejb.fsf@bzg.ath.cx> 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]:60976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwr6I-00019G-6P for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 05:54:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uwr6C-0008BA-Mu for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 05:54:18 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:46466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwr6C-0008Av-Hg for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 05:54:12 -0400 Received: by mail-wg0-f42.google.com with SMTP id z11so10777977wgg.1 for ; Wed, 10 Jul 2013 02:54:11 -0700 (PDT) In-Reply-To: (flammable project's message of "Wed, 10 Jul 2013 01:31:13 +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-orgmode@gnu.org flammable project writes: > I'm trying to use ox-rss to generate a rss feed but I'm facing an > error :  > > let*: Symbol's function definition is void: url-encode-url Mh, yes, `url-encode-url' is not available in Emacs <24.1. I just mentioned this in the comment section, thanks for reporting this problem. 2012-05-09 Chong Yidong * url-util.el (url-encode-url): New function for URL quoting. -- Bastien