From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: clock-in clock-out problems Date: Mon, 18 Aug 2014 16:18:03 -0400 Message-ID: <87d2bxr1qc.fsf@alphaville.bos.redhat.com> References: <87siktslfr.fsf@snow.nl> <87ha19r22x.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJTNu-0007JE-Ki for emacs-orgmode@gnu.org; Mon, 18 Aug 2014 16:18:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJTNm-0000E6-DO for emacs-orgmode@gnu.org; Mon, 18 Aug 2014 16:18:30 -0400 Received: from plane.gmane.org ([80.91.229.3]:35301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJTNm-0000E0-7a for emacs-orgmode@gnu.org; Mon, 18 Aug 2014 16:18:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XJTNl-0003jF-8A for emacs-orgmode@gnu.org; Mon, 18 Aug 2014 22:18:21 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Aug 2014 22:18:21 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Aug 2014 22:18:21 +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: emacs-orgmode@gnu.org Nick Dokos writes: > (message "Matched %s" (match-string 1)) Also check your *Messages* buffer to see what matched. > (setq ts (concat "[" (match-string 1) "]")) > (goto-char (match-end 1)) <<<<<<<<<<<<<<< apparently (match-end 1) returned nil