From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Belohrad Subject: timeline of tags Date: Mon, 14 Oct 2013 21:08:54 +0200 Message-ID: <871u3n1xh5.fsf@pcbe13433.cern.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVnVo-0002X6-OZ for emacs-orgmode@gnu.org; Mon, 14 Oct 2013 15:09:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVnVi-0002tz-PD for emacs-orgmode@gnu.org; Mon, 14 Oct 2013 15:09:04 -0400 Received: from static-212-101-19-163.adsl.solnet.ch ([212.101.19.163]:45673 helo=server.belohrad.ch) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVnVi-0002to-Ge for emacs-orgmode@gnu.org; Mon, 14 Oct 2013 15:08:58 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Mailing List Dear All, could someone help me with following problem? - have multiple org files, where I tag by names, e.g. @Erik - I want to construct a timeline of all items having this tag through all the org files (as @Erik can be dispersed everywhere) Example: I use tag @Erik to note at which times my son has school holidays. Hence one such entry would be e.g.: ** TODO erik autumn holidays :@Erik: :PROPERTIES: :ID: 26f5503f-3db6-481a-b384-395625e39333 :END: <2013-10-17 Thu>--<2013-10-27 Sun> there are many entries like this. Now, my wife asks me: I wonder when Erik has holidays. I enter org-agenda, press 'm', type @Erik and voila - I get list of his holidays (and other stuff). Trouble is, that this list does not show it in timeline, but only headings without these dates. Hence to get each datum I have to _open_ the item, which is not desired. Any hint how to solve it? many thanks david