From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Using yasnippet with org Mode Date: Mon, 24 Nov 2008 07:40:01 -0800 Message-ID: <87prkl6sku.fsf@gmail.com> References: <4929ADBB.6050809@manor-farm.org> <5641883d0811231645v2b3bfe85qede95949bf2610fe@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4dj2-0001mo-Na for emacs-orgmode@gnu.org; Mon, 24 Nov 2008 10:51:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4diq-0001dS-Co for emacs-orgmode@gnu.org; Mon, 24 Nov 2008 10:51:39 -0500 Received: from [199.232.76.173] (port=50544 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4dip-0001Ux-ME for emacs-orgmode@gnu.org; Mon, 24 Nov 2008 10:51:35 -0500 Received: from yw-out-1718.google.com ([74.125.46.156]:2858) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4dXX-0005bL-Pi for emacs-orgmode@gnu.org; Mon, 24 Nov 2008 10:39:55 -0500 Received: by yw-out-1718.google.com with SMTP id 9so901539ywk.66 for ; Mon, 24 Nov 2008 07:39:55 -0800 (PST) In-Reply-To: <5641883d0811231645v2b3bfe85qede95949bf2610fe@mail.gmail.com> (Oliver Charles's message of "Mon, 24 Nov 2008 00:45:10 +0000") 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: Oliver Charles Cc: emacs-orgmode Org-Mode "Oliver Charles" writes: > Hi, sorry to be a little off topic but... > > I'm curious to hear what snippets people are using with org-mode. > Anyone fancing sharing? > The only org-mode specific snippet I use often is the following (for creating blocks in org files) ,----[block] | #name : #+begin_...#+end_ | # -- | #+begin_$1 $2 | $0 | #+end_$1 `---- I'd be interested to hear others -- Eric