I make extensive use of yasnippets with org.

I usually have different page types (Person, project, etc) and for each page 
type I usually have a snippet.  Some of my snippets are specifically for my 
needs, but some of them are more general:

#name : Properties Folded
#contributor : Jonathan Arkell <[EMAIL PROTECTED]>
# --
  :PROPERTIES:
  :VISIBILITY:folded:
  :END:

#name : Personal Project
#contributor : Jonathan Arkell <[EMAIL PROTECTED]>
# --
* $1                                                      :project:personal:
** Why?
    - $2
** Outcome
    $3
** Brainstorming
*** $4
*** Who?
*** What?
*** When?
*** Where?
*** Why?
*** How?
** Plan
*** Milestones
**** $6

#name : Meeting
#contributor : Jonathan Arkell <[EMAIL PROTECTED]>
# --
**** Attendees
     - $1
**** General Notes
     - $2
**** Generated Tasks
**** Open Questions



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Schulte
Sent: Monday, November 24, 2008 8:40 AM
To: Oliver Charles
Cc: emacs-orgmode Org-Mode
Subject: Re: [Orgmode] Using yasnippet with org Mode

"Oliver Charles" <[EMAIL PROTECTED]> 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


_______________________________________________
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

The information contained in this message is confidential. It is intended to be 
read only by the individual or entity named above or their designee. If the 
reader of this message is not the intended recipient, you are hereby notified 
that any distribution of this message, in any form, is strictly prohibited. If 
you have received this message in error, please immediately notify the sender 
and delete or destroy any copy of this message.



_______________________________________________
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

Reply via email to