Hi, there seems to be a slight inconsistency wrt. exporting and keybinding.
I am doing LaTeX via org, more precisely latex/beamer. For latex-only material, I use #+BEGIN_EXPORT LATEX .... #+END_EXPORT [Side remark: that mark-up seems to be very recent, not very long ago, it had been #+BEGIN_LATEX #+END_LATEX ] Anyhow, for faster typing, I used the abbreviations provided, in that case of LaTeX, the following tab-completion "<l TAB" What it does is, it inserts #+BEGIN_EXPORT latex #+END_EXPORT Note that "latex" is not capitalized. It seems that capitalization /does/ matter (unlike earlier variations of that mechanism, if I remember correctly). Anyhow, that's the inconsistency I stumbled upon: the tab-completion completes to a patter which is not honored by the export. I stumbled upon that for latex, but it might be that the same applies for html/HTML or othrers. ---------------- I use Org-version 8.3.2 and gnu emacs 24.3.1. Martin