I consider auto-insert-mode to be a very useful feature in Emacs and it works great in most situations, except when exporting an org-mode buffer.
If I export to PDF or HTML, for instance, then org-mode creates a TeX or an HTML buffer and auto-insert kicks-in in both cases (asking for the title in the HTML buffer, or the master file in the TeX buffer). Whatever I write will be overwritten by the org-mode exporter and the file exports just fine, but this interruption is annoying. I suppose I could create a function that disable auto-insert-mode, call org-export and then re-enable auto-insert-mode, but maybe this should be the default behaviour of org-mode export. Does this make sense? -- Darlan