From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raymond Zeitler Subject: agenda clockreport -- include tags? Date: Thu, 5 Apr 2018 19:09:54 +0000 (UTC) Message-ID: <116722246.2172542.1522955394462@mail.yahoo.com> References: Reply-To: Raymond Zeitler Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2172541_532850943.1522955394461" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4AGl-0002fJ-N9 for emacs-orgmode@gnu.org; Thu, 05 Apr 2018 15:10:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4AGi-0002U5-HO for emacs-orgmode@gnu.org; Thu, 05 Apr 2018 15:09:59 -0400 Received: from sonic301-4.consmr.mail.bf2.yahoo.com ([74.6.129.43]:43466) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f4AGi-0002Ti-Cq for emacs-orgmode@gnu.org; Thu, 05 Apr 2018 15:09:56 -0400 In-Reply-To: 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: emacs-orgmode@gnu.org ------=_Part_2172541_532850943.1522955394461 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The agenda clockreport mode is very useful.=C2=A0 Is there a template that= can be customized to add a column that shows each task's tags?=C2=A0 I cou= ldn't find it in org-info.=C2=A0 I'm using version 9.1.2. - Ray =20 ------=_Part_2172541_532850943.1522955394461 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
The agenda clockreport mode is very useful.  Is there a template that can be customized to add a column that shows each task's tags?  I couldn't find it in org-info.  I'm using version 9.1.2.

- Ray




------=_Part_2172541_532850943.1522955394461-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: agenda clockreport -- include tags? Date: Fri, 27 Apr 2018 01:34:50 +0200 Message-ID: <87k1stmtid.fsf@bzg.fr> References: <116722246.2172542.1522955394462@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBqPd-0008Aa-Nc for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:34:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBqPb-0001V9-UJ for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:34:53 -0400 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: Raymond Zeitler Cc: emacs-orgmode@gnu.org Hi Raymond, Raymond Zeitler writes: > The agenda clockreport mode is very useful. Is there a template that > can be customized to add a column that shows each task's tags? I > couldn't find it in org-info. I'm using version 9.1.2. yes, good idea -- this is now in master and this will be in Org 9.2. The old :tags options was used to create a tags matchers. The todo/tags/properties matcher can now be set using :match (just like in column views) and you can add tags by using ":tags t". Best, -- Bastien