From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: stuck: templates don't work anymore: org-complete-expand-structure-template vs org-insert-structure-template Date: Wed, 21 Feb 2018 11:38:53 +0100 Message-ID: <87po4ypqyq.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoRnn-0005kR-PA for emacs-orgmode@gnu.org; Wed, 21 Feb 2018 05:39:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eoRnk-0006h5-MU for emacs-orgmode@gnu.org; Wed, 21 Feb 2018 05:39:07 -0500 Received: from [195.159.176.226] (port=45878 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eoRnk-0006fU-EU for emacs-orgmode@gnu.org; Wed, 21 Feb 2018 05:39:04 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eoRld-0000kl-22 for emacs-orgmode@gnu.org; Wed, 21 Feb 2018 11:36:53 +0100 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@gnu.org Hi As I learned, unfortunately for me, org-complete-expand-structure-template is gone and has been replaced by org-insert-structure-template Now I have, for example, the following template via customize ("s" "#+begin_src matlab :results output latex :exports results :eval never-export #+end_src") However, it is not clear to me how to use the new function. I simply executed it. org-insert-structure-template Then it asks me for a key, I press s, but org tells me no such template does exist. I am stuck. Please don't tell me I have to rewrite all my templates. Uwe Brauer