From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Easy Templates Date: Sat, 08 Jul 2017 23:14:22 +0200 Message-ID: <848tjyljgx.fsf@tm6592> References: <345dbd91-bf81-d912-0b92-3df2d34e627f@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTx3q-0002sX-2Q for emacs-orgmode@gnu.org; Sat, 08 Jul 2017 17:14:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTx3m-0002ZG-VH for emacs-orgmode@gnu.org; Sat, 08 Jul 2017 17:14:42 -0400 Received: from [195.159.176.226] (port=35941 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTx3m-0002Xx-Or for emacs-orgmode@gnu.org; Sat, 08 Jul 2017 17:14:38 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dTx3e-000803-5J for emacs-orgmode@gnu.org; Sat, 08 Jul 2017 23:14:30 +0200 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! > I am fairly new to orgmode and I have just begun trying to use source > code blocks. I have a simple question that is not made clear in the > Orgmode Manual. > > The manual states that to insert an Easy Template for a source code > block, use: > > > `<<>' `' `' > > > and then > > > `<' `l' `' > > > to label it for LaTeX. But I cannot find anywhere in the manual where > the `<<>' is explained. The section on typographical conventions says > nothing about this. IMHO you found an inconsistency in the documentation. `<<>' looks like a weird doubled quoting to me. > Can someone tell exactly what to type to insert a template for, say, > LaTeX or emacs-lisp? To get a source block template for emacs-lisp easily you could type the three keys `<' `s' `' and then type literally "emacs-lisp". HTH, Marco