From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Easy templates broken with 9.2 Date: Sat, 26 Jan 2019 23:17:53 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000004bebb8058069af32" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gncpb-00008j-KT for emacs-orgmode@gnu.org; Sun, 27 Jan 2019 00:18:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gncpa-0006go-UP for emacs-orgmode@gnu.org; Sun, 27 Jan 2019 00:18:07 -0500 Received: from mail-ot1-x32d.google.com ([2607:f8b0:4864:20::32d]:44787) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gncpa-0006gJ-Pj for emacs-orgmode@gnu.org; Sun, 27 Jan 2019 00:18:06 -0500 Received: by mail-ot1-x32d.google.com with SMTP id g16so8051118otg.11 for ; Sat, 26 Jan 2019 21:18:05 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode Mailinglist --0000000000004bebb8058069af32 Content-Type: text/plain; charset="UTF-8" It seems my easy templates completion is being ignored. I'm 9.2 (9.2-41-g010a35-elpa ...). I've found a reference or two online but the fix, i.e., running (require 'org-tempo) only produced error messages. The "documentation" doesn't really say exactly what the new format is. Here's a sample of what my old org-structure-template-alist had: ... ("o" "#+name:\n#+begin_src ocaml :exports both :tangle yes :cache yes :results silent\n?\n#+end_src") ("G" "#+name:\n#+begin_src gnuplot :exports both :file \n?\n#+end_src") ("r" "\\rightarrow") ... What do I need to change about my old easy templates to work with 9.2? I understand "
It seems my easy templates completion is being i= gnored. I'm=C2=A0 9.2 (9.2-41-g010a35-elpa ...). I've found a refer= ence or two online but the fix,=C2=A0 i.e., running (require 'org-tempo= ) only produced error messages. The "documentation" doesn't r= eally say exactly what the new format is. Here's a sample of what my ol= d org-structure-template-alist had:

...
("o" "#+name:\n#+begin_s= rc ocaml :exports both :tangle yes :cache yes :results silent\n?\n#+end_src= ")
("G" "#+name:\n#+begin_src gnu= plot :exports both :file \n?\n#+end_src")
("= ;r" "\\rightarrow")
...

Wha= t do I need to change about my old easy templates to work with 9.2? I under= stand "<letter(s) TAB" no longer works, rather, C-c C-, should= bring up a menu.

LB
=
--0000000000004bebb8058069af32--