Capture: Allow more control over inserted whitespace in capture templates
commit501b76ad365f85750490abc05b20446fba4d409a
authorToby S. Cubitt <tsc25@cantab.net>
Sun, 29 Jan 2012 15:52:08 +0000 (29 16:52 +0100)
committerBastien Guerry <bzg@altern.org>
Fri, 20 Apr 2012 23:57:54 +0000 (21 01:57 +0200)
treefac4c1122b6e3015bc1c0af43cdcbedf47b52e80
parentb857974f7db54600f304e6e8b90260f76d27f3d4
Capture: Allow more control over inserted whitespace in capture templates

* lisp/org-capture.el (org-capture-place-entry): Place captured entry
immediately after last subheading of target, instead of just before
next heading at same level as target.
* lisp/org-capture.el (org-capture-templates): Document new capture
template properties.
* lisp/org-capture.el (org-capture-place-entry,
org-capture-empty-lines-before): Make new :empty-lines-before property
override :empty-lines when inserting empty lines before captured
captured entry.
* lisp/org-capture.el (org-capture-finalize,
org-capture-empty-lines-after): Make new :empty-lines-after property
override :empty-lines when inserting empty lines after captured
captured entry.
lisp/org-capture.el