org-mode/lisp
Nicolas Goaziou 7e8cf5f4c2 Use Org duration library
* contrib/lisp/org-depend.el (org-depend-trigger-todo): Use new
  functions.

* contrib/lisp/org-invoice.el (org-invoice-heading-info):
(org-invoice-info-to-table):
(org-invoice-list-to-table): Use new functions.

* contrib/lisp/ox-taskjuggler.el (org-taskjuggler--build-task): Use
  new functions.

* lisp/org-agenda.el (org-agenda-show-clocking-issues):
(org-agenda-format-item):
(org-agenda-filter-effort-form): Use new functions.

* lisp/org-clock.el (org-clock-get-clock-string):
(org-clock-modify-effort-estimate):
(org-clock-notify-once-if-expired):
(org-clock-out):
(org-clock-display):
(org-clock-put-overlay):
(org-clocktable-write-default): Use new functions.

* lisp/org-table.el (org-table-sort-lines): Use new functions.

* lisp/org.el (org-properties-postprocess-alist):
(org-refresh-effort-properties):
(org-set-effort):
(org-entry-properties):
(org-property-next-allowed-value): Use new functions.

(org-time-clocksum-format):
(org-time-clocksum-use-fractional):
(org-time-clocksum-use-fractional-format):
(org-time-clocksum-use-effort-durations): Declare as obsolete.  Move
to "org-compat.el".

(org-minutes-to-clocksum-string):
(org-hh:mm-string-to-minutes):
(org-duration-string-to-minutes): Declare as obsolete.  Move to
"org-compat.el".
(org-hours-to-clocksum-string): Remove function.

* lisp/org-colview.el (org-columns--collect-values): Use new
  functions.
(org-columns--duration-re): Remove variable.
(org-columns--time-to-seconds): Rename to...
(org-columns--age-to-minutes): ... this.
(org-columns--format-age): New function.
(org-columns--summary-apply-times):
(org-columns--summary-min-age):
(org-columns--summary-max-age):
(org-columns--summary-mean-age): Use new functions.

* testing/lisp/test-org-clock.el (test-org-clock-clocktable-contents-at-point):
* testing/lisp/test-org-colview.el (test-org-colview/columns-summary):
  Update tests.
2017-02-13 14:41:15 +01:00
..
Makefile Makefile (clean-install): Also remove ox*.el* files 2013-04-18 14:43:45 +02:00
ob-C.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-J.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
ob-R.el Merge branch 'maint' 2017-01-05 20:23:58 -05:00
ob-abc.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-asymptote.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-awk.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-calc.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-clojure.el Update "25.2" defcustom :version's that remain in master 2017-01-26 00:15:11 -05:00
ob-comint.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-coq.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-core.el ob-core: Add org-babel-uppercase-example-markers option 2017-01-26 20:06:39 -05:00
ob-css.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-ditaa.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-dot.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-ebnf.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-emacs-lisp.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-eval.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-exp.el Merge branch 'maint' 2017-01-26 00:05:29 -05:00
ob-forth.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-fortran.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-gnuplot.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-groovy.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-haskell.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-io.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-java.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-js.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-keys.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-latex.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-ledger.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-lilypond.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-lisp.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
ob-lob.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-lua.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-makefile.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-matlab.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-maxima.el ob-maxima.el: Add prologue and epilogue src block options for Maxima 2017-01-07 15:51:04 +01:00
ob-mscgen.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-ocaml.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-octave.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-org.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-perl.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-picolisp.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-plantuml.el Merge branch 'maint' 2017-01-05 20:23:58 -05:00
ob-processing.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-python.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-ref.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-ruby.el ob-ruby: Silence byte-compiler 2017-01-02 00:14:06 +01:00
ob-sass.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-scala.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-scheme.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-screen.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-sed.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-shell.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-shen.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-sql.el Merge branch 'maint' 2017-01-05 20:23:58 -05:00
ob-sqlite.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-stan.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-table.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-tangle.el Merge branch 'maint' 2017-01-05 20:23:58 -05:00
ob.el Update copyright years 2017-01-05 20:19:37 -05:00
org-agenda.el Use Org duration library 2017-02-13 14:41:15 +01:00
org-archive.el Update copyright years 2017-01-05 20:19:37 -05:00
org-attach.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
org-bbdb.el Update copyright years 2017-01-05 20:19:37 -05:00
org-bibtex.el Update "25.2" defcustom :version's that remain in master 2017-01-26 00:15:11 -05:00
org-capture.el Merge branch 'maint' 2017-01-31 22:52:43 +01:00
org-clock.el Use Org duration library 2017-02-13 14:41:15 +01:00
org-colview.el Use Org duration library 2017-02-13 14:41:15 +01:00
org-compat.el Use Org duration library 2017-02-13 14:41:15 +01:00
org-crypt.el Update copyright years 2017-01-01 11:19:15 +01:00
org-ctags.el Update copyright years 2017-01-05 20:19:37 -05:00
org-datetree.el Update copyright years 2017-01-05 20:19:37 -05:00
org-docview.el Update copyright years 2017-01-05 20:19:37 -05:00
org-duration.el org-duration: Implement duration library 2017-02-13 14:39:33 +01:00
org-element.el Merge branch 'maint' 2017-01-21 10:42:55 +01:00
org-entities.el Update copyright years 2017-01-05 20:19:37 -05:00
org-eshell.el Update copyright years 2017-01-05 20:19:37 -05:00
org-eww.el org-eww: Fix copy of form-elements 2017-02-12 09:00:56 +01:00
org-faces.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
org-feed.el Update copyright years 2017-01-05 20:19:37 -05:00
org-footnote.el Update copyright years 2017-01-05 20:19:37 -05:00
org-gnus.el Update copyright years 2017-01-05 20:19:37 -05:00
org-habit.el Change `org-get-repeater' signature 2017-02-04 21:45:35 +01:00
org-id.el Update copyright years 2017-01-05 20:19:37 -05:00
org-indent.el Update copyright years 2017-01-05 20:19:37 -05:00
org-info.el ox-texinfo: Delegate "info" links handling to "org-info.el" 2017-01-21 14:19:29 +01:00
org-inlinetask.el Update copyright years 2017-01-05 20:19:37 -05:00
org-install.el org-install.el: Do not warn users. 2013-01-22 14:08:39 +01:00
org-irc.el Update copyright years 2017-01-05 20:19:37 -05:00
org-lint.el Update copyright years 2017-01-05 20:19:37 -05:00
org-list.el Merge branch 'maint' 2017-01-05 20:23:58 -05:00
org-macro.el Update copyright years 2017-01-05 20:19:37 -05:00
org-macs.el Update copyright years 2017-01-05 20:19:37 -05:00
org-mhe.el Update copyright years 2017-01-05 20:19:37 -05:00
org-mobile.el org-mobile: Silence byte-compiler 2017-01-14 16:16:08 +01:00
org-mouse.el Merge branch 'maint' 2017-01-05 20:23:58 -05:00
org-pcomplete.el Update copyright years 2017-01-05 20:19:37 -05:00
org-plot.el Update copyright years 2017-01-05 20:19:37 -05:00
org-protocol.el Update copyright years 2017-01-05 20:19:37 -05:00
org-rmail.el Update copyright years 2017-01-05 20:19:37 -05:00
org-src.el Implement `org-edit-latex-environment' 2017-02-01 21:30:54 +01:00
org-table.el Use Org duration library 2017-02-13 14:41:15 +01:00
org-timer.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
org-w3m.el Update copyright years 2017-01-05 20:19:37 -05:00
org.el Use Org duration library 2017-02-13 14:41:15 +01:00
ox-ascii.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
ox-beamer.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
ox-html.el Merge branch 'maint' 2017-01-26 00:05:29 -05:00
ox-icalendar.el Merge branch 'maint' 2017-01-05 20:23:58 -05:00
ox-latex.el Merge branch 'maint' 2017-02-11 02:36:15 +01:00
ox-man.el Update copyright years 2017-01-05 20:19:37 -05:00
ox-md.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
ox-odt.el Merge branch 'maint' 2017-01-26 00:05:29 -05:00
ox-org.el Update copyright years 2017-01-05 20:19:37 -05:00
ox-publish.el Update "25.2" defcustom :version's that remain in master 2017-01-26 00:15:11 -05:00
ox-texinfo.el Merge branch 'maint' 2017-01-26 00:05:29 -05:00
ox.el ox.el: Slovenian translations for exporting 2017-02-03 22:17:31 +01:00