From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Nikishkin Subject: How do I add #+name: to a structured template? Date: Thu, 9 Jan 2020 13:26:10 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36710) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipQKx-0000g3-RA for emacs-orgmode@gnu.org; Thu, 09 Jan 2020 00:26:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipQKv-0000aj-QR for emacs-orgmode@gnu.org; Thu, 09 Jan 2020 00:26:27 -0500 Received: from mail-ed1-x531.google.com ([2a00:1450:4864:20::531]:45413) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ipQKv-0000Z7-2w for emacs-orgmode@gnu.org; Thu, 09 Jan 2020 00:26:25 -0500 Received: by mail-ed1-x531.google.com with SMTP id v28so4528442edw.12 for ; Wed, 08 Jan 2020 21:26:23 -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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org I have the following in the .emacs: (add-to-list 'org-structure-template-alist '("SO" . "src scheme :exports both :results output\n?\n")) A structured template block is automatically prepended with #+start_ , but I actually need it to insert #+name: #+start_srt ... etc. How can I do that with the new template expansion mechanism? -- Yours sincerely, Vladimir Nikishkin