Browse Source

org-manual.org: Document more capture template elements

* doc/org-manual.org (Template elements, Template elements):
Document more template elements.

Reported-by: Ian Garmaise <ian.g@phorixsol.com>
Bastien 4 years ago
parent
commit
2af977016f
1 changed files with 16 additions and 0 deletions
  1. 16 0
      doc/org-manual.org

+ 16 - 0
doc/org-manual.org

@@ -7668,11 +7668,27 @@ Now lets look at the elements of a template definition.  Each entry in
     immediately.  This makes sense if the template only needs
     immediately.  This makes sense if the template only needs
     information that can be added automatically.
     information that can be added automatically.
 
 
+  - ~:jump-to-captured~ ::
+
+    When set, jump to the captured entry when finished.
+
   - ~:empty-lines~ ::
   - ~:empty-lines~ ::
 
 
     Set this to the number of lines to insert before and after the new
     Set this to the number of lines to insert before and after the new
     item.  Default 0, and the only other common value is 1.
     item.  Default 0, and the only other common value is 1.
 
 
+  - ~:empty-lines-after~ ::
+
+    Set this to the number of lines that should be inserted after the
+    new item.  Overrides ~:empty-lines~ for the number of lines
+    inserted after.
+
+  - ~:empty-lines-before~ ::
+
+    Set this to the number of lines that should be inserted before the
+    new item.  Overrides ~:empty-lines~ for the number lines inserted
+    before.
+
   - ~:clock-in~ ::
   - ~:clock-in~ ::
 
 
     Start the clock in this item.
     Start the clock in this item.