summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-09-06 07:41:59 +0200
committerBastien Guerry <bzg@altern.org>2013-09-06 07:41:59 +0200
commit9aed2398a73ef1ef2bd274519c01e5ca6daa623e (patch)
treeaa2ac4500ec8fc9e6857f80a1aad20b66ffa4842
parentb1e79f92ff9065447bc5fe9c714c8c1355832d3d (diff)
downloadorg-mode-9aed2398a73ef1ef2bd274519c01e5ca6daa623e.tar.gz
contrib/ox-rss.el: Use the :html-link-use-abs-url option in the example.
-rw-r--r--contrib/lisp/ox-rss.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/lisp/ox-rss.el b/contrib/lisp/ox-rss.el
index 7f02462..672e970 100644
--- a/contrib/lisp/ox-rss.el
+++ b/contrib/lisp/ox-rss.el
@@ -51,6 +51,7 @@
;; :base-extension "org"
;; :rss-image-url "http://lumiere.ens.fr/~guerry/images/faces/15.png"
;; :html-link-home "http://lumiere.ens.fr/~guerry/"
+;; :html-link-use-abs-url t
;; :rss-extension "xml"
;; :publishing-directory "/home/guerry/public_html/"
;; :publishing-function (org-rss-publish-to-rss)