ox-rss: Prevent dropping lower level headlines
commit9b5e8fdb5c40e17f234a3e14d4db7f88ad4a283d
authorArun Isaac <theroarofthedragon@gmail.com>
Thu, 12 May 2016 03:51:18 +0000 (12 09:21 +0530)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 13 May 2016 15:37:06 +0000 (13 17:37 +0200)
tree157f32f5782ff5e7b3ed574b85aafadcf357188c
parent34dc298869d4be2c7732a9ebb43941d242f113dd
ox-rss: Prevent dropping lower level headlines

* contrib/lisp/ox-rss.el (org-rss-headline): Transcode lower level
  headlines (headlines with level > 1) using the html backend.  Do not
  drop them.

Previously, lower level headlines were dropped and did not appear in the
exported RSS output.
contrib/lisp/ox-rss.el