Re: [O] How to define shortcut for equations

2014-01-31 Thread o.castillo.felis...@gmail.com
Bastien... You were right! I guess the previous session didn't charge the updated configuration. Thx. Cheers. On Fri, Jan 31, 2014 at 9:47 AM, Bastien wrote: > "o.castillo.felis...@gmail.com" > writes: > > > I tried the following but does not work > > > > -8< Code Start --

Re: [O] How to define shortcut for equations

2014-01-31 Thread Bastien
"o.castillo.felis...@gmail.com" writes: > 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\}" ""))) >