瀏覽代碼

Merge branch 'maint'

Bastien Guerry 12 年之前
父節點
當前提交
aa500b1eaa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/lisp/ox-rss.el

+ 1 - 1
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)))