Hi, I'm not sure how to file bug reports but:
When exporting to html with (org-narrow-to-subtree) headlines deeper than 2 levels won't get exported. Expected behavior: All subheadings should be exported to a level set by headline-levels in my org init, or H: in the #+OPTIONS: line. Steps to reproduce: Suppose the buffer contains: #+BEGIN_EXAMPLE * Daily Entries ** <2013-01-14 Mon> Dated Entry 1 :export: This is exported *** Lorem ipsom: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec hendrerit tempor tellus. Subheadings and further nesting isn't... **** Not Exported Still not exported... ** <2013-01-15 Tue> Another Dated entry :export: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec hendrerit tempor tellus. *** Not Exported #+END_EXAMPLE Placing the cursor at line 2 and calling (org-narrow-to-subtree) results in: #+BEGIN_EXAMPLE ** <2013-01-14 Mon> Dated Entry 1 :export: This is exported *** Lorem ipsom: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec hendrerit tempor tellus. Subheadings and further nesting isn't... **** Not Exported Still not exported... #+END_EXAMPLE Then calling any of (org-export-as-html-*) results in only the "This is exported" text, the remaining text is missing. Cheers, Dave