Re: [O] RSS back-end: blogging with Org-mode is now easy

2013-07-11 Thread flammable project
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

Re: [O] RSS back-end: blogging with Org-mode is now easy

2013-07-10 Thread Bastien
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

Re: [O] RSS back-end: blogging with Org-mode is now easy

2013-07-10 Thread flammable project
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

Re: [O] RSS back-end: blogging with Org-mode is now easy

2013-07-10 Thread flammable project
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

Re: [O] RSS back-end: blogging with Org-mode is now easy

2013-07-10 Thread 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-url' is not available in Emacs <24.1. I just mentioned this in the comment section, thanks for reporting t

Re: [O] RSS back-end: blogging with Org-mode is now easy

2013-07-09 Thread flammable project
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<

[O] RSS back-end: blogging with Org-mode is now easy

2013-03-15 Thread Bastien
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