org-mode/doc
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
..
.aspell.org.conf Track support files useful in checking Org documentation. 2008-04-01 15:59:35 +02:00
ChangeLog Fix bugs in implementation and documentation of the mapping API. 2008-12-02 16:53:25 +01:00
dir
Documentation_Standards.org
org.texi Fix bugs in implementation and documentation of the mapping API. 2008-12-02 16:53:25 +01:00
orgcard.tex
orgcard.txt
texinfo.tex