org-mode/lisp
Carsten Dominik 4800fd8b7c Fix bugs in implementation and documentation of the mapping API.
There were bugs in the mapping API, pointed to by Samuel Wales:

    Manual says:

     The following example counts the number of entries with TODO keyword
     WAITING, in all agenda files.

        (length (org-map-entries t "/+WAITING" nil 'agenda))

    Org says invalid function for the string.

First of all, the example in the manual was wrong, the "nil" should be
gone.  Second, the mapping function did not return all results in a
list, so that `length' could not count them.

This patch fixes these issues.
2008-12-02 16:53:25 +01:00
..
ChangeLog Fix bugs in implementation and documentation of the mapping API. 2008-12-02 16:53:25 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Show inherited tags in the agenda. 2008-11-27 09:25:50 +01:00
org-archive.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-attach.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-bbdb.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-bibtex.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-clock.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-colview-xemacs.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-colview.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-compat.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-exp.el Fix bug with handling of targets in ASCII export. 2008-11-26 07:32:10 +01:00
org-export-latex.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-faces.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-gnus.el Fix org-gnus.el for XEmacs. 2008-11-29 07:53:22 +01:00
org-id.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-info.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-irc.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-jsinfo.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-list.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-mac-message.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-macs.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-mew.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-mhe.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-mouse.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-plot.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-publish.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-remember.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-rmail.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-table.el Make `C-c |' work in orgtbl-mode. 2008-11-26 09:14:09 +01:00
org-timer.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-vm.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org-w3m.el Sooth the compiler about a variable in w3m. 2008-11-27 11:59:11 +01:00
org-wl.el Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
org.el Fix bugs in implementation and documentation of the mapping API. 2008-12-02 16:53:25 +01:00