From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allan Streib Subject: Re: how do you select tasks for clocking in? Date: Thu, 16 Jun 2016 10:17:02 -0400 Message-ID: <87shwd9q1t.fsf@viking.dsc.soic.indiana.edu> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDY6W-00079S-MS for emacs-orgmode@gnu.org; Thu, 16 Jun 2016 10:17:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDY6S-000387-Gd for emacs-orgmode@gnu.org; Thu, 16 Jun 2016 10:17:08 -0400 Received: from belushi.uits.indiana.edu ([129.79.1.188]:41831 helo=hartman.uits.indiana.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDY6S-00037s-Cv for emacs-orgmode@gnu.org; Thu, 16 Jun 2016 10:17:04 -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: Alan Schmitt , emacs-orgmode Alan Schmitt writes: > I'm trying to consistently use org-clock, but I'm encountering a big > obstacle: task selection. I very often do not start working on a task > as I'm in my main org file, so to clock it in I would first need to > find it there, which is a big enough hurdle for me not to do > it. Ideally, I would like to have a global key that I hit that let me > choose with ivy/helm/ido one task from my agenda files and start > clocking it. I clock in on the Agenda view. Assumming the tasks for which you are tracking time are "TODO" items or otherwise on your agenda, this works pretty well for me. Allan