Browse Source

Document the capture property :table-line-pos

Carsten Dominik 14 years ago
parent
commit
e98237927f
2 changed files with 9 additions and 3 deletions
  1. 6 0
      doc/org.texi
  2. 3 3
      lisp/org-capture.el

+ 6 - 0
doc/org.texi

@@ -6429,6 +6429,12 @@ run and the previous one will not be resumed.
 Do not narrow the target buffer, simply show the full buffer.  Default is to
 narrow it so that you only see the new material.
 
+@item :table-line-pos
+Specification of the location in the table where the new line should be
+inserted.  It should be a string like @code{"II-3"} meaning that the new
+line should become the third line before the second horizontal separator
+line.
+
 @item :kill-buffer
 If the target file was not yet visited when capture was invoked, kill the
 buffer again after capture is completed.

+ 3 - 3
lisp/org-capture.el

@@ -194,9 +194,9 @@ properties are:
                      only see the new stuff.
 
  :table-line-pos     Specification of the location in the table where the
-                     new line should be inserted.  It looks like \"II-3\"
-                     which means that the new line should become the third
-                     line before the second horizontal separator line.
+                     new line should be inserted.  It should be a string like
+                     \"II-3\", meaning that the new line should become the
+                     third line before the second horizontal separator line.
 
  :kill-buffer        If the target file was not yet visited by a buffer when
                      capture was invoked, kill the buffer again after capture