Hello, Aaron Ecay <aarone...@gmail.com> writes:
> you will be able to use blocks of the following form: > > #+header: :header yes > #+begin_latex > \foo{} > \bar{} > #+end_latex > > These will be transformed so that the begin/end wrapper is removed and > each line is prepended with #+latex_header: on export. They can be > edited as latex code with the usual org-edit-special function (C-c '). Actually that's rather different than the suggestion in this thread, which was to introduce a new type of block. This could be implemented in core, but it should use #+attr_latex instead of #+header since this is latex related. Regards, -- Nicolas Goaziou