0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-22 14:48:39 +00:00
org-mode/testing/lisp
Carsten Dominik daff9c93f2 Implement new `U' mode switch for table formulas to omit seconds in durations
* lisp/org-table.el (org-table-duration-custom-format): Add new
	HH:MM format.
	(org-table-duration-hour-zero-padding): New option.
	(org-table-eval-formula): Select second-less format if
	requested.
	(org-table-time-seconds-to-string): Implement formats without
	seconds and without zero-padding for hours.

	* testing/lisp/test-org-table.el (test-org-table/duration):
	New test for second-less durations.

	* doc/org.texi (Formula syntax for Calc)
	(Durations and time values): Document the U mode switch.
2017-06-14 05:43:12 +02:00
..
test-ob-awk.el
test-ob-C.el
test-ob-emacs-lisp.el Update copyright years 2017-01-05 20:19:37 -05:00
test-ob-exp.el Merge branch 'maint' 2017-03-18 10:29:33 +01:00
test-ob-fortran.el
test-ob-header-arg-defaults.el
test-ob-lilypond.el
test-ob-lob.el
test-ob-lua.el
test-ob-maxima.el
test-ob-octave.el
test-ob-perl.el
test-ob-plantuml.el
test-ob-python.el
test-ob-R.el
test-ob-ruby.el
test-ob-sed.el
test-ob-shell.el ob-shell: Fix handling list variables 2017-06-10 00:06:24 +02:00
test-ob-table.el
test-ob-tangle.el
test-ob.el ob-core: Fix regression 2017-05-08 11:25:17 +02:00
test-org-agenda.el test-org-agenda: Test agenda buffername when reload sticky agenda 2017-03-21 20:42:08 +01:00
test-org-attach-annex.el
test-org-capture.el org-capture: Fix number of blank lines with :unnarrowed option 2017-05-23 18:10:06 +02:00
test-org-clock.el org-clock: Fix failing tests 2017-05-27 18:15:05 +02:00
test-org-colview.el Merge branch 'maint' 2017-05-30 13:39:46 +02:00
test-org-datetree.el
test-org-duration.el org-duration: `org-duration-to-minutes' accepts plain numbers 2017-02-23 12:46:37 +01:00
test-org-element.el Merge branch 'maint' 2017-06-07 18:40:56 -04:00
test-org-feed.el
test-org-footnote.el org-footnote: Fix footnote deletion 2017-06-09 09:43:49 +02:00
test-org-info.el ox-texinfo: Delegate "info" links handling to "org-info.el" 2017-01-21 14:19:29 +01:00
test-org-inlinetask.el
test-org-lint.el org-lint: Report invalid durations in effort properties 2017-03-12 09:08:28 +01:00
test-org-list.el Merge branch 'maint' 2017-05-09 14:49:59 -04:00
test-org-macro.el Merge branch 'maint' 2017-06-08 15:04:55 +02:00
test-org-pcomplete.el Fix some tests 2017-02-13 17:21:24 +01:00
test-org-protocol.el
test-org-src.el org-src: Fix footnote reference remote editing 2017-06-08 00:57:38 +02:00
test-org-table.el Implement new `U' mode switch for table formulas to omit seconds in durations 2017-06-14 05:43:12 +02:00
test-org-timer.el
test-org.el Prevent filling before a "n" macro where it could create list items 2017-05-25 12:33:16 +02:00
test-ox-publish.el Merge branch 'maint' 2017-05-05 19:52:55 +02:00
test-ox.el Merge branch 'maint' 2017-06-09 16:18:24 -04:00
test-property-inheritance.el