Aaron Ecay <aarone...@gmail.com> writes: > This is basically making the user do (something like) org-edit-special > manually.
That is an interesting idea. `org-edit-special' could be improved to edit clusters of export keywords (e.g. #+LATEX) in a dedicated buffer. Recognizing a keyword as an export keyword is doable (i.e. iterate over registered back-ends and check export keywords they define), but finding the appropriate major-mode for the alternate buffer seems cumbersome. It could be hard-coded, but that is not very practical. It could also be decided in the export back-end definition. Regards, -- Nicolas Goaziou