From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Clocking in on non-org files Date: Tue, 05 Nov 2013 18:16:45 +0100 Message-ID: <87y5526a6a.fsf@bzg.ath.cx> References: <20131006095638.6069d50d@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdkFM-0002WA-PY for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 12:17:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdkFI-0003u5-3M for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 12:16:56 -0500 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:60593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdkFH-0003tz-TI for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 12:16:52 -0500 Received: by mail-wg0-f51.google.com with SMTP id l18so3707998wgh.6 for ; Tue, 05 Nov 2013 09:16:51 -0800 (PST) In-Reply-To: <20131006095638.6069d50d@aga-netbook> (Marcin Borkowski's message of "Sun, 6 Oct 2013 09:56:38 +0200") 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: Marcin Borkowski Cc: Org-mode mailing list Hi Marcin, Marcin Borkowski writes: > I have a bunch of TODO items connected with LaTeX files (in general: > projects) I'm working on. I was wondering whether it might be possible > and/or wise to set things up so that I could clock in (C-c C-x C-i) in > a buffer containing such a file. I have this capture template : (setq org-capture-templates '( ("IC" "Information read (keep clocking)" entry (file+headline "~/org/garden.org" "Infos") "* TODO %?%a :Read:\n :PROPERTIES:\n :CAPTURED: %U\n :END:\n\n%i" :prepend t :clock-in t :immediate-finish t :clock-keep t :jump-to-captured t) )) which I use in such cases: capturing does not take longer than clocking in, and I have both the capture and the running clock. Hope this helps, -- Bastien