소스 검색

Document the capture property :table-line-pos

Carsten Dominik 14 년 전
부모
커밋
e98237927f
2개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  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