org-table.el (org-table-copy-increment): Change increment behavior
commit7ac468ff5547891503b6b8f5fa03793d79b3bff6
authorBastien Guerry <bzg@altern.org>
Tue, 20 May 2014 14:07:01 +0000 (20 16:07 +0200)
committerBastien Guerry <bzg@altern.org>
Tue, 20 May 2014 14:07:01 +0000 (20 16:07 +0200)
tree93e33a938699645d7f895c2de511fde33f4c213b
parent32e77efa32a3c8d93c809bbed1f012d557ea3ca3
org-table.el (org-table-copy-increment): Change increment behavior

* org-table.el (org-table-copy-increment): Use a number as a
way to force a fixed increment value.
(org-table-copy-down): Increment by the difference between the
current field and the field in the row above.  This is the
default behavior.  To go back to the previous behavior (to
always increment by 1 unit), set `org-table-copy-increment'
to 1.

Thanks to Michael Brand for suggesting this.
lisp/org-table.el