From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Source blocks for tiny snippets Date: Mon, 24 Oct 2011 10:02:47 -0400 Message-ID: <22983.1319464967@alphaville.dokosmarshall.org> References: <87zkgtypob.fsf@gmail.com> <86pqhmln5f.fsf@googlemail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIL79-0002mq-A7 for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 10:02:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIL78-0002se-Bj for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 10:02:55 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:25456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIL78-0002sK-9F for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 10:02:54 -0400 In-Reply-To: Message from Thorsten of "Mon, 24 Oct 2011 12:06:04 +0200." <86pqhmln5f.fsf@googlemail.com> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thorsten Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Thorsten wrote: > ... > There is, e.g., the shortcut > > ,------- > | `------- > > to insert a code-block, but its somehow underdocumented - I don't > remember, where I read about it, and don't find it in the manual > anymore. > It is documented in sec. 15.2, "Easy Templates", of the org manual (along with how to add your own): (info "(org) Easy Templates") Nick