Hello everyone, One extra question, about documentation. The place for documenting this feature seems to be 'orgmanual.org'. But my searches revealed that there is also 'org.texi' there. Exporting the first file to the texi format didn't match the second file. Is there a documentation about, well, adding documentation? Thanks. Nicolas Goaziou writes: > Hello, > > Eduardo Bellani writes: > >> org-clock.el: Fix clocktable scope parameter >> >> * lisp/org-clock.el (org-dblock-write:clocktable): Make sure to eval >> the scope if it is a lisp expression, or to return the scope if it >> is just a list. >> >> This adds back to the clocktable the capacity to have as scope both a >> list of file paths or a function that returns such a list. > > Thank you. > > However, I'd rather not introduce more `eval' in the code base. > > Instead, you can test if scope is a function and `funcall' it. This is > a new feature, which would require some documentation and an entry in > ORG-NEWS. > > Regards,