From 685e4b733ac7f972b668fb5fb13db9bba24b78f0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 20 Dec 2014 21:35:19 +0100 Subject: [PATCH] ORG-NEWS: Document new table sorting options --- etc/ORG-NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index f7198867b..13f9dc713 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -176,6 +176,10 @@ special blocks and images. See docstring for more information. Headlines, for which the property ~UNNUMBERED~ is non-nil, are now exported without section numbers irrespective of their levels. The property is inherited by children. +*** Tables can be sorted with an arbitrary function +It is now possible to specify a function, both programatically, +through a new optional argument, and interactively with ~f~ or ~F~ +keys, to sort a table. *** Countdown timers can now be paused. ~org-timer-pause-time~ wil now pause and restart both relative and countdown timers.