So here we are,
The package provided in (X)ubuntu 13.4 is this one : "GNU Emacs 24.2.1
(i686-pc-linux-gnu, GTK+ Version 3.6.4) of 2013-04-09 on komainu, modified
by Debian".
I tried "C-h f url-encode-url RET" but wihout the expected results.
I tried to find something with google and I seems that
flammable project writes:
> Any ideas?
Can you check if you have `url-encode-url'?
C-h f url-encode-url RET
will tell you. It is an autoloaded function, so you
don't need to (require 'url-util), but if you can browse
your Emacs sources, it should be in there.
HTT,
--
Bastien
Ok so mow I tried "GNU Emacs 24.2.1 (i686-pc-linux-gnu, GTK+ Version 3.6.4)
of 2013-04-09 on komainu, modified by Debian" but with the same issue.
here is my .emacs config:
;;
;; ORG Mode
;;
(setq load-path (cons "~/.emacs.d/org-mode/lisp" load-path))
(setq load-path (cons "~/.emacs.d/org-mode/co
OK so let's move on Emacs 24...
Thanks for the rapid answer!
Basile
2013/7/10 Bastien
> 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-ur
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
t
Hi Bastien,
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*
*
*
I use the latest git commit, with Emacs 23.4.1 on Xubuntu 13.04
Here is the file I want to export as RSS Feed.
---8<
Hi all,
I added ox-rss.el, a rudimentary RSS 2.0 export back-end:
http://orgmode.org/cgit.cgi/org-mode.git/plain/contrib/lisp/ox-rss.el?id=137207
See the commentary section for instructions on how to use it.
Basically, the idea is to define a new publishing project that
will take care of publ