Hi, Currently, the RSS exporter (org-rss-headline) drops lower level headlines (headlines with level > 1), and therefore they do not appear in the exported RSS. This is a bug. For example, if the following file were exported to RSS, "Headline level 2" would not appear in the output. ===== file begins here ===== * Headline level 1 foo ** Headline level 2 bar ===== file end here ===== Please find attached a patch fixing this. Regards, Arun Isaac.