emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: flammable project <flammable.project@gmail.com>
To: Bastien <bzg@altern.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: RSS back-end: blogging with Org-mode is now easy
Date: Wed, 10 Jul 2013 01:31:13 +0200	[thread overview]
Message-ID: <CAJzEwi8qhMPCwjGP_EKLiih3oepm_M0ZNEVY67oDUNYgp54y5w@mail.gmail.com> (raw)
In-Reply-To: <871ubgvejb.fsf@bzg.ath.cx>

[-- Attachment #1: Type: text/plain, Size: 2869 bytes --]

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<----------------------------------------
#+RSS_EXTENSION: xml
#+RSS_IMAGE_URL: http://xxxx.xxxx.free.fr/rss_icon.png
#+HTML_LINK_HOME: http://xxxx.xxxx.free.fr/

* [[file:2013_10_12.org]]            :Blog:
:PROPERTIES:
:PUBDATE: <2013-05-12 Sat>
:ID:       9e49dacc-00a6-4f5a-9aef-59e881f84faf
:END:


* [[file:2013_03_28.org]]       :Blog:
:PROPERTIES:
:PUBDATE: <2013-03-28 Thu>
:ID:       c3e0e2fb-114c-4300-abf1-f9f0b06cb2c4
:END:

-----------8<----------------------------------------

Here is the 2013_05_12.org file :

-----------8<----------------------------------------
* Title of the Blog post for 2013_05_12

dcsdcdscsc
dcsdcsdd

-----------8<----------------------------------------

Here is the 2013_03_28.org file:
-----------8<----------------------------------------
* Title of the Blog post for 2013_03_28

nhnghngn
nhgnhnhngh
-----------8<----------------------------------------

when I use org-export-rss-as/to-rss I have the same error : *let*: Symbol's
function definition is void: url-encode-url*


I also tried to use the project alist approach.
-----------8<----------------------------------------

(add-to-list
  'org-publish-project-alist
  '("homepage_rss"
    :base-directory "~/website/src/posts/"
    :base-extension "org"
    :rss-image-url "http://xxxx.xxxx.free.fr/rss_icon.png"
    :html-link-home "http://xxxx.xxxx.free.fr/"
    :rss-extension "xml"
    :publishing-directory "~/website/public_html/"
    :publishing-function (org-rss-publish-to-rss)
    :section-numbers nil
    :exclude ".*"
    :include ("index.org")

    :table-of-contents nil))

-----------8<----------------------------------------


Same error.

Bastien, could you please provide an exampl to illustrate the OX-RSS export
engine?

Thanks

Basile


2013/3/15 Bastien <bzg@altern.org>

> 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 publishing a .xml RSS 2.0 feed.
>
> Blog posts are top-level headlines.
>
> One possibility to use this for a blog is to maintain an .org
> file with the summary of your headlines in a separate files as
> top-level entries, then to export this file as a RSS feed that
> you can link anywhere else on your website.
>
> I plan to include this in 8.0 unless it's too buggy or useless.
>
> Please test this heavily and let me know if it works for you!
>
> Thanks,
>
> --
>  Bastien
>
>
>

[-- Attachment #2: Type: text/html, Size: 6592 bytes --]

  reply	other threads:[~2013-07-09 23:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-15 16:00 RSS back-end: blogging with Org-mode is now easy Bastien
2013-07-09 23:31 ` flammable project [this message]
2013-07-10  9:54   ` Bastien
2013-07-10 18:04     ` flammable project
2013-07-10 19:53       ` flammable project
2013-07-11  6:33         ` Bastien
2013-07-11 21:24           ` flammable project

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJzEwi8qhMPCwjGP_EKLiih3oepm_M0ZNEVY67oDUNYgp54y5w@mail.gmail.com \
    --to=flammable.project@gmail.com \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).