1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-22 07:09:47 +00:00

contrib/lisp/ox-rss.el: Minor enhancements

* contrib/lisp/ox-rss.el (org-rss-image-url): Use the Unicorn
as the default image.
(org-rss-publish-to-rss): Use `org-rss-extension'.
This commit is contained in:
Bastien Guerry 2013-03-15 16:45:26 +01:00
parent 40824a869e
commit 6f5a6819f3

View File

@ -73,7 +73,7 @@
:version "24.4"
:package-version '(Org . "8.0"))
(defcustom org-rss-image-url ""
(defcustom org-rss-image-url "http://orgmode.org/img/org-mode-unicorn-logo.png"
"The URL of the an image for the RSS feed."
:group 'org-export-rss
:type 'string)
@ -213,7 +213,8 @@ is the property list for the given project. PUB-DIR is the
publishing directory.
Return output file name."
(org-publish-org-to 'rss filename ".xml" plist pub-dir))
(org-publish-org-to
'rss filename (concat "." org-rss-extension) plist pub-dir))
;;; Main transcoding functions