0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-12 08:10:07 +00:00
org-mode/lisp
Bastien Guerry 7ac468ff55 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.
2014-05-20 16:07:01 +02:00
..
Makefile Makefile (clean-install): Also remove ox*.el* files 2013-04-18 14:43:45 +02:00
ob-abc.el improve handling of output file types 2013-09-25 09:12:42 -06:00
ob-asymptote.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-awk.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-C.el Bugfix, there was one entry too much. 2014-03-27 17:53:39 -04:00
ob-calc.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-clojure.el ob-clojure.el: fix behavior for :results pp 2014-04-14 12:28:02 +02:00
ob-comint.el Merge branch 'maint' 2014-01-07 14:19:03 +01:00
ob-coq.el ob-coq.el: Declare external functions 2014-03-05 15:38:48 +01:00
ob-core.el babel: fixes for commit 08e2596 2014-05-15 23:26:30 -04:00
ob-css.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-ditaa.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-dot.el ob-dot.el: Substitute variables literally 2014-04-16 17:37:00 +02:00
ob-ebnf.el ob-ebnf: Fix copyright and style 2013-10-29 15:18:24 +01:00
ob-emacs-lisp.el Merge branch 'maint' 2014-01-07 14:19:03 +01:00
ob-eval.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-exp.el Silence byte-compiler 2014-03-24 21:07:43 +01:00
ob-fortran.el Merge branch 'maint' 2014-01-07 14:19:03 +01:00
ob-gnuplot.el Merge branch 'maint' 2014-03-25 18:59:25 +01:00
ob-groovy.el Move ob-groovy.el into core. 2014-03-12 15:57:41 +01:00
ob-haskell.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-io.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-J.el ob-J: Silence byte-compiler 2014-01-07 21:56:22 +01:00
ob-java.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-js.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-keys.el Org babel: Add function and keybinding to remove result blocks 2014-04-17 08:41:05 +02:00
ob-latex.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-ledger.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-lilypond.el lisp/ob-lilypond.el: Mention epstopdf as a dependency 2014-05-09 14:54:33 +02:00
ob-lisp.el Merge branch 'maint' 2014-01-07 14:19:03 +01:00
ob-lob.el ob-lob: do not use cl at runtime 2014-03-25 18:59:59 +01:00
ob-makefile.el Backport Emacs changes from r116063 2014-01-18 09:17:14 +01:00
ob-matlab.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-maxima.el babel: fixes for commit 08e2596 2014-05-15 23:26:30 -04:00
ob-mscgen.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-ocaml.el ob-ocaml.el (org-babel-execute:ocaml): Code cleanup 2014-04-18 14:47:46 +02:00
ob-octave.el babel: fixes for commit 08e2596 2014-05-15 23:26:30 -04:00
ob-org.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-perl.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-picolisp.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-plantuml.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-python.el allow specification of python command w/header arg 2014-04-25 12:04:04 -06:00
ob-R.el ob-core.el: allow the auto-generation of output file names for src blocks. 2014-05-11 16:33:22 -04:00
ob-ref.el ob-ref: Properly resolve references in ":post" arguments 2014-03-19 21:34:56 +01:00
ob-ruby.el Merge branch 'maint' 2014-01-07 14:19:03 +01:00
ob-sass.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-scala.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-scheme.el Backport Emacs changes from r116063 2014-01-18 09:17:14 +01:00
ob-screen.el ob-screen, use unpredictable temp file name 2014-05-08 12:19:30 -06:00
ob-shell.el whitespace, indentation and a function renaming 2014-04-14 21:30:32 -06:00
ob-shen.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-sql.el update psql command to respect :colnames 2014-01-08 09:57:40 -07:00
ob-sqlite.el Update copyright years again. 2014-01-07 14:18:17 +01:00
ob-table.el ob-table.el (org-sbe): Minor enhancements 2014-04-18 14:09:37 +02:00
ob-tangle.el Merge branch 'maint' 2014-05-03 10:15:42 +02:00
ob.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-agenda.el Merge branch 'maint' 2014-05-03 10:15:42 +02:00
org-archive.el Complete commit 07158e 2014-03-13 11:28:07 +01:00
org-attach.el org-attach.el: Allow to attach files starting with a dot 2014-03-18 17:17:41 +01:00
org-bbdb.el Fix BBDB link completion 2014-04-29 11:36:16 +02:00
org-bibtex.el Merge branch 'maint' 2014-04-20 10:15:01 +02:00
org-capture.el Merge branch 'maint' 2014-04-29 13:08:23 +02:00
org-clock.el org-clock.el: New function `org-clock-sum-custom' 2014-04-20 15:09:32 +02:00
org-colview.el Fix COMMENT keyword when stacked with a regular keyword 2014-04-10 22:51:16 +02:00
org-compat.el org-compat.el (org-move-to-column): Fix bug 2014-03-25 12:04:09 +01:00
org-crypt.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-ctags.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-datetree.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-docview.el Fix `org-open-at-point' on "docview"-type links 2014-03-05 11:39:48 +01:00
org-element.el Merge branch 'maint' 2014-04-23 22:04:20 +02:00
org-entities.el org-entities.el (org-entities): Add "langle" and "rangle" aliases 2014-03-13 16:46:04 +01:00
org-eshell.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-faces.el Minor enhancements to displaying clocks as overlays 2014-04-17 10:19:58 +02:00
org-feed.el org-feed.el: Allow current buffer to be indirect 2014-02-18 20:33:34 +01:00
org-footnote.el Merge branch 'maint' 2014-01-07 14:19:03 +01:00
org-gnus.el org-gnus.el (org-gnus-follow-link): Minor code cleanup 2014-05-15 11:41:31 +02:00
org-habit.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-id.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-indent.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-info.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-inlinetask.el Merge branch 'maint' 2014-01-07 14:19:03 +01:00
org-install.el org-install.el: Do not warn users. 2013-01-22 14:08:39 +01:00
org-irc.el Backport typo fixes from Emacs revno r115923 2014-01-09 00:47:40 +01:00
org-list.el Complete commit 07158e 2014-03-13 11:28:07 +01:00
org-macro.el Merge branch 'maint' 2014-01-07 14:19:03 +01:00
org-macs.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-mhe.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-mobile.el Delete :grouptags from tags list when creating org-mobile index file 2014-01-13 00:27:50 +01:00
org-mouse.el Complete commit 07158e 2014-03-13 11:28:07 +01:00
org-pcomplete.el Merge branch 'maint' 2014-01-07 14:19:03 +01:00
org-plot.el Revert "org-plot: Handle explicit date/time index" 2014-03-25 09:18:25 +01:00
org-protocol.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-rmail.el Update copyright year for files changed since 2013 2014-01-05 06:35:21 +01:00
org-src.el Rewrite `org-indent-line' 2014-05-07 17:39:52 +02:00
org-table.el org-table.el (org-table-copy-increment): Change increment behavior 2014-05-20 16:07:01 +02:00
org-timer.el org-timer.el: Silent compiler warnings 2014-03-18 16:25:35 +01:00
org-w3m.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org.el Fix previous commit by adding docstrings 2014-05-20 15:49:59 +02:00
ox-ascii.el Merge branch 'maint' 2014-05-17 10:16:33 +02:00
ox-beamer.el Merge branch 'maint' 2014-05-19 13:39:06 +02:00
ox-html.el Merge branch 'maint' 2014-05-15 13:45:38 +02:00
ox-icalendar.el Merge branch 'maint' 2014-04-23 21:55:38 +02:00
ox-latex.el Merge branch 'maint' 2014-05-16 10:35:17 +02:00
ox-man.el Merge branch 'maint' 2014-04-17 11:34:54 +02:00
ox-md.el Merge branch 'maint' 2014-04-17 11:34:54 +02:00
ox-odt.el Merge branch 'maint' 2014-04-17 11:34:54 +02:00
ox-org.el Export back-ends: Remove quote section translators 2014-01-27 21:14:44 +01:00
ox-publish.el Merge branch 'maint' 2014-03-29 14:42:08 +01:00
ox-texinfo.el Merge branch 'maint' 2014-04-17 11:34:54 +02:00
ox.el Merge branch 'maint' 2014-05-12 22:21:33 +02:00