From mboxrd@z Thu Jan 1 00:00:00 1970 From: William McCoy Subject: Easy Templates Date: Sat, 8 Jul 2017 16:02:52 -0400 Message-ID: <345dbd91-bf81-d912-0b92-3df2d34e627f@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTvwQ-0008D7-C3 for emacs-orgmode@gnu.org; Sat, 08 Jul 2017 16:02:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTvwP-0001Su-Jj for emacs-orgmode@gnu.org; Sat, 08 Jul 2017 16:02:58 -0400 Received: from mail-qt0-x22f.google.com ([2607:f8b0:400d:c0d::22f]:36336) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTvwP-0001SV-FU for emacs-orgmode@gnu.org; Sat, 08 Jul 2017 16:02:57 -0400 Received: by mail-qt0-x22f.google.com with SMTP id i2so49061891qta.3 for ; Sat, 08 Jul 2017 13:02:55 -0700 (PDT) Received: from boreas.local.net ([2601:180:8200:c1aa::cd0a]) by smtp.googlemail.com with ESMTPSA id j7sm5200051qtb.60.2017.07.08.13.02.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Jul 2017 13:02:53 -0700 (PDT) Content-Language: en-US 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: Org Mode 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. Can someone tell exactly what to type to insert a template for, say, LaTeX or emacs-lisp? Thanks, Bill