Respect additional arguments to sorting functions
commit651dfdfe33dca6b719c4c7dc23880fdd09e67b76
authorCarsten Dominik <carsten.dominik@gmail.com>
Tue, 9 Oct 2012 06:27:17 +0000 (9 08:27 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Tue, 9 Oct 2012 06:27:17 +0000 (9 08:27 +0200)
treef0330375875d8626384d25af1d4039374b3cc11e
parent97956792999e3c58e4216355d5c9a7ac1cf40b7e
Respect additional arguments to sorting functions

Without this patch, calls to the sorting functions from lisp did not
work as advertised.

* lisp/org-list.el (org-sort-list): Respect sorting-type and getkey-func when
they are specified in the call.

* lisp/org.el (org-sort-entries): Respect sorting-type and getkey-func when
they are specified in the call.
lisp/org-list.el
lisp/org.el