From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: [PATCH] Fix clocktable scope parameter Date: Thu, 15 Dec 2016 08:04:21 -1000 Message-ID: References: <8760ml2q30.fsf@gmail.com> <87y3zh5iu0.fsf@nicolasgoaziou.fr> <87eg19uqji.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHaOp-0004QO-TH for emacs-orgmode@gnu.org; Thu, 15 Dec 2016 13:05:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHaOm-0008Tb-Nn for emacs-orgmode@gnu.org; Thu, 15 Dec 2016 13:04:59 -0500 Received: from gproxy6-pub.mail.unifiedlayer.com ([67.222.39.168]:42895) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1cHaOm-0008LT-DP for emacs-orgmode@gnu.org; Thu, 15 Dec 2016 13:04:56 -0500 In-reply-to: <87eg19uqji.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Eduardo Bellani Cc: Org Mode , Nicolas Goaziou Aloha Eduardo, orgmanual.org is an old experiment about keeping the org mode manual in org mode. The documentation is in org.texi, and this is the one you should work on for new documentation. All the best, Tom Eduardo Bellani writes: > 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, -- Thomas S. Dye http://www.tsdye.com