emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Org mode snippets WAS: Using yasnippet with org Mode


From: Jonathan Arkell
Subject: [Orgmode] Org mode snippets WAS: Using yasnippet with org Mode
Date: Tue, 25 Nov 2008 10:44:46 -0500

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 <address@hidden>
# --
  :PROPERTIES:
  :VISIBILITY:folded:
  :END:

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

#name : Meeting
#contributor : Jonathan Arkell <address@hidden>
# --
**** Attendees
     - $1
**** General Notes
     - $2
**** Generated Tasks
**** Open Questions



-----Original Message-----
From: address@hidden [mailto:address@hidden 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" <address@hidden> 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.
address@hidden
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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]