Nicolas Girard writes: > 2013/9/2 Eric Schulte : >>> >>> I've just pushed up a fix for this issue which should now ignore inline >>> source blocks on lines starting with "#+" during export. I don't know >>> if there is a better way than using a regex to detect such non-exporting >>> lines but this appears to work. >>> > > Thanks very much ! > I've just pushed up a better (read: functional) solution suggested by Nicolas Goaziou which uses org-element to determine when code blocks should be executed. This the current Org-mode the following example file exports without error as expected.