summaryrefslogtreecommitdiff
path: root/contrib/lisp/ox-rss.el
diff options
context:
space:
mode:
authorSebastien Delafond <seb@debian.org>2013-12-29 17:44:50 +0100
committerSébastien Delafond <sdelafond@gmail.com>2014-07-13 13:35:31 +0200
commit6c5e25df62a8618951b30a669f875a93c7944e0b (patch)
treeddae85aa6440f29d4d0b4efa5ffa3d656900a8e8 /contrib/lisp/ox-rss.el
parent489f1deda8d0ec93810c342b427c1920b8c47cbb (diff)
parent52fbfeb04b10aa78f24f339a352fe1161c0b37e4 (diff)
Imported Debian patch 8.2.4-1
Diffstat (limited to 'contrib/lisp/ox-rss.el')
-rw-r--r--contrib/lisp/ox-rss.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/lisp/ox-rss.el b/contrib/lisp/ox-rss.el
index 672e970..2777e02 100644
--- a/contrib/lisp/ox-rss.el
+++ b/contrib/lisp/ox-rss.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2013 Bastien Guerry
-;; Author: Bastien Guerry <bzg at gnu dot org>
+;; Author: Bastien Guerry <bzg@gnu.org>
;; Keywords: org, wp, blog, feed, rss
;; This file is not yet part of GNU Emacs.
@@ -236,7 +236,7 @@ communication channel."
(pubdate
(let ((system-time-locale "C"))
(format-time-string
- "%a, %d %h %Y %H:%M:%S %z"
+ "%a, %d %b %Y %H:%M:%S %z"
(org-time-string-to-time
(or (org-element-property :PUBDATE headline)
(error "Missing PUBDATE property"))))))
@@ -308,7 +308,7 @@ as a communication channel."
(author (and (plist-get info :with-author)
(let ((auth (plist-get info :author)))
(and auth (org-export-data auth info)))))
- (date (format-time-string "%a, %d %h %Y %H:%M:%S %z")) ;; RFC 882
+ (date (format-time-string "%a, %d %b %Y %H:%M:%S %z")) ;; RFC 882
(description (org-export-data (plist-get info :description) info))
(lang (plist-get info :language))
(keywords (plist-get info :keywords))