From mboxrd@z Thu Jan 1 00:00:00 1970 From: Piter_ Subject: how to insert a source template Date: Tue, 12 Apr 2011 03:16:24 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9SDT-0005qW-7V for emacs-orgmode@gnu.org; Mon, 11 Apr 2011 21:16:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9SDS-00056q-5R for emacs-orgmode@gnu.org; Mon, 11 Apr 2011 21:16:26 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:51772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9SDS-00056R-1I for emacs-orgmode@gnu.org; Mon, 11 Apr 2011 21:16:26 -0400 Received: by wyf19 with SMTP id 19so6262564wyf.0 for ; Mon, 11 Apr 2011 18:16:24 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi all. I have no big knowlege of elisp. But I hope some one already done this. I want to make a key binding which would insert a source code template like this (I've got tired to type it every time): #+source: #+begin_src #+end_src Thanks. Petro.