Re: [O] export fails with "byte-code: Before first headline at position ..."

2015-04-26 Thread Joon Ro
Apparently it was caused by the following custom function for org-export-before-parsing-hook that I had to remove the subtree with "beameronly" tag: (defun as/delete-ignored-heading (backend) (unless (equal backend 'beamer) ; remove subtree with beameronly tag (org-map-entries

Re: [O] export fails with "byte-code: Before first headline at position ..."

2015-04-26 Thread Rasmus
Hi Joon, Joon Ro writes: > When I try to export my org files I'm getting this error. For example: > byte-code: Before first headline at position 1 in buffer Blog.org<2> > I could not find any way to fix this - any help will be very appreciated. Could you please send us a minimal example and cle