emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: flammable project <flammable.project@gmail.com>
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: RSS back-end: blogging with Org-mode is now easy
Date: Wed, 10 Jul 2013 21:53:54 +0200	[thread overview]
Message-ID: <CAJzEwi8AaKYy9-mMC-9-5hzAjO4cJJwAN6qruH6Yiy4UZoqx8A@mail.gmail.com> (raw)
In-Reply-To: <CAJzEwi9HUoF--hFtseEK9=jCjoToMNA3dNWGghCXwXgzX2+amA@mail.gmail.com>

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

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/contrib/lisp" load-path))
(require 'org-install)
(require 'ox-rss)
;; Auto load OrgMode with "*.org" files
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
;;
;; EXPORT
;;
;; Don't use postamble to exported HTML
(setq org-export-html-postamble nil)

;; re-export everything regardless of whether or not it's been modified
(setq org-publish-use-timestamps-flag nil)
;;
;; ORG publish function
;;
(setq org-publish-project-alist
           '(
     ("orgfiles"
               :base-directory "/home/xxxxx/Dropbox/website/src/"
               :base-extension "org"
               :publishing-directory ""/home/xxxxx/Dropbox/website
/public_html/"
       :recursive t
       :html-postamble nil
       :publishing-function org-html-publish-to-html)



              ("images"
               :base-directory ""/home/xxxxx/Dropbox/website/src/"
       :recursive t
               :base-extension "jpg\\|gif\\|png\\|ico"
               :publishing-directory ""/home/xxxxx/Dropbox/website
/public_html/"
               :publishing-function org-publish-attachment)

      ("style"
               :base-directory ""/home/xxxxx/Dropbox/website/src/"
       :recursive t
               :base-extension "js\\|css\\|otf\\|eot\\|svg\\|ttf\\|woff"
               :publishing-directory ""/home/xxxxx/Dropbox/website
/public_html/"
               :publishing-function org-publish-attachment)

       ("sessions"
               :base-directory ""/home/xxxxx/Dropbox/website/src/sessions/"
               :base-extension "css\\|js\\|png"
               :publishing-directory ""/home/xxxxx/Dropbox/website
/public_html/sessions/"
               :publishing-function org-publish-attachment)

       ("rss_posts"
:base-directory ""/home/xxxxx/Dropbox/website/src/posts/"
:base-extension "org"
:rss-image-url "http://xxxx.xxxx.free.fr/fp_icon.png"
:html-link-home "http://xxxx.xxxx.free.fr"
:rss-extension "xml"
:publishing-directory "/home/xxxx/Dropbox/website/public_html/posts/"
:publishing-function (org-rss-publish-to-rss)
:section-numbers nil
:exclude ".*"
:include ("index.org")
:table-of-contents nil)

              ("website" :components ("orgfiles" "images" "style"
"sessions" "rss_posts"))
     )
   )


Any ideas?



2013/7/10 flammable project <flammable.project@gmail.com>

> OK so let's move on Emacs 24...
>
> Thanks for the rapid answer!
>
> Basile
>
>
> 2013/7/10 Bastien <bzg@gnu.org>
>
>> flammable project <flammable.project@gmail.com> 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  <cyd@gnu.org>
>>
>>         * url-util.el (url-encode-url): New function for URL quoting.
>>
>> --
>>  Bastien
>>
>
>

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

  reply	other threads:[~2013-07-10 19:54 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
2013-07-10  9:54   ` Bastien
2013-07-10 18:04     ` flammable project
2013-07-10 19:53       ` flammable project [this message]
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=CAJzEwi8AaKYy9-mMC-9-5hzAjO4cJJwAN6qruH6Yiy4UZoqx8A@mail.gmail.com \
    --to=flammable.project@gmail.com \
    --cc=bzg@gnu.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).