Dear community,

I'd like to use the shortcut =<E= to insert a =\begin{equation}   \end{equation}= environment.

How could that be done?

I tried the following but does not work

-----8<------------ Code Start --------->8------
#+BEGIN_SRC emacs-lisp
(eval-after-load "org"
  '(add-to-list 'org-structure-template-alist
    '("E" "\\begin\{equation\}\n?\n\\end\{equation\}" "")))
#+END_SRC
-----8<------------ Code End  --------->8------


--
_____________________________________
Oscar Castillo-Felisola.
Grupo de Fisica Teorica.
UTFSM -- CCTVal.
Av. Espana, 1680, Valparaiso-Chile.
______________________________________