From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: short way to insert source tag in org mode? Date: Tue, 29 Sep 2009 11:25:15 +0200 Message-ID: <112EBCDB-811E-49D0-9133-7E9716EB9E48@gmail.com> References: <83iqf429fq.fsf@ymail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsYxW-0000qp-OZ for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 05:25:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsYxS-0000lW-R0 for Emacs-orgmode@gnu.org; Tue, 29 Sep 2009 05:25:22 -0400 Received: from [199.232.76.173] (port=50514 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsYxS-0000lF-JT for Emacs-orgmode@gnu.org; Tue, 29 Sep 2009 05:25:18 -0400 Received: from ey-out-1920.google.com ([74.125.78.146]:46425) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsYxS-0004LG-8E for Emacs-orgmode@gnu.org; Tue, 29 Sep 2009 05:25:18 -0400 Received: by ey-out-1920.google.com with SMTP id 5so763061eyb.2 for ; Tue, 29 Sep 2009 02:25:17 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin Cc: Emacs-orgmode@gnu.org, Water Lin On Sep 27, 2009, at 7:28 PM, Matt Lundin wrote: > Water Lin writes: > >> While I am using org to publish my source code, I include my code in >> following way: >> >> #+BEGIN_SRC emacs-lisp >> some emacs-lisp code >> #+END_SRC >> >> Everytime I copy the begin and the end tag which is >> >> #+BEGIN_SRC emacs-lisp >> >> and >> >> #+END_SRC >> >> to my org file. >> >> I want to find a way to inset them handly. Is there a key binding for >> this? > > It's an experimental feature, but I use " latex, " official feature at some point.) I guess it is not going away - just needs some documentation.... I'll accept a patch! - Carsten > > See the variable org-structure-template-alist. > > - Matt > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode