org-capture.el: Fixed bug in org-capture-templates %<n> expandos
commitb7982a00248a1497b50954aaf0dd0ed553e25ffb
authorToby S. Cubitt <tsc25@cantab.net>
Mon, 23 Apr 2012 15:20:19 +0000 (23 17:20 +0200)
committerBastien Guerry <bzg@altern.org>
Mon, 23 Apr 2012 15:34:15 +0000 (23 17:34 +0200)
tree0389840b4b3c3faf70dfaaed056887813aa01237
parent077af66a6f675cb9eba6e287549e32349090d27f
org-capture.el: Fixed bug in org-capture-templates %<n> expandos

* lisp/org-capture.el (org-capture-fill-template): Fixed regexp for
  %<n> expandos to match any positive integer.
  (org-capture-templates): Updated docstring accordingly.

* doc/org.texi: Updated documentation accordingly.
doc/org.texi
lisp/org-capture.el