summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-06-27 19:01:21 +0200
committerBastien Guerry <bzg@altern.org>2013-06-27 19:01:21 +0200
commitaa500b1eaaeec071f8eb6ec3c022144d74b6249c (patch)
tree7e11a92d116ba88ad1ecd99d9835152c6a040cbc
parent85edec188612928a270e3af92c5f0c0bae9b0fec (diff)
parent21d1d4d1371c46f463a113be9fe8f22a18e4e880 (diff)
downloadorg-mode-aa500b1eaaeec071f8eb6ec3c022144d74b6249c.tar.gz
Merge branch 'maint'
-rw-r--r--contrib/lisp/ox-rss.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/ox-rss.el b/contrib/lisp/ox-rss.el
index ad02673..3146460 100644
--- a/contrib/lisp/ox-rss.el
+++ b/contrib/lisp/ox-rss.el
@@ -304,7 +304,7 @@ as a communication channel."
(defun org-rss-build-channel-info (info)
"Build the RSS channel information."
(let* ((system-time-locale "C")
- (title (org-export-data (plist-get info :title) info))
+ (title (plist-get info :title))
(email (org-export-data (plist-get info :email) info))
(author (and (plist-get info :with-author)
(let ((auth (plist-get info :author)))