emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] FR: Tap stops in org-capture templates


From: Carsten Dominik
Subject: Re: [Orgmode] FR: Tap stops in org-capture templates
Date: Mon, 15 Nov 2010 07:51:52 +0100


On Nov 15, 2010, at 12:53 AM, Russell Adams wrote:

I reviewed the org-manual for capture, and noticed that we don't have
a way to specify tab stops. I use yasnippet all the time to enter
information, and I can tab from field to field.

Can capture do the same?

Hi Russel,

can't you just use a yasnippet in a capture buffer?

- Carsten


Here's an example from yasnippet:
----------------------------------------------------------------------
#contact : Add a contact w/ PROPERTY drawer
# --
** $1
 :PROPERTIES:
 :Company:      $2
 :Title:        $3
 :WorkEmail:    $4
 :WorkPhone:    $5
 :WorkMobile:   $7
 :WorkFax:      $8
 :WorkStreet:   $9
 :WorkCity:     $10
 :WorkState:    $11
 :WorkPostal:   $12
 :HomeEmail:    $13
 :HomePhone:    $14
 :HomeMobile:   $15
 :HomeStreet:   $16
 :HomeCity:     $17
 :HomeState:    $18
 :HomePostal:   $19
 :END:

$0
----------------------------------------------------------------------

Thanks!

------------------------------------------------------------------
Russell Adams                            address@hidden

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

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