From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-clock-is-active Date: Wed, 03 Jul 2013 19:40:00 +0200 Message-ID: <87d2qz8rv3.fsf@bzg.ath.cx> References: <87ip0rmzei.fsf@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuR2K-0005Bm-FV for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 13:40:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuR2B-0005Mq-5S for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 13:40:12 -0400 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:35046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuR2A-0005LY-Vn for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 13:40:03 -0400 Received: by mail-wg0-f52.google.com with SMTP id b12so369396wgh.19 for ; Wed, 03 Jul 2013 10:40:02 -0700 (PDT) In-Reply-To: <87ip0rmzei.fsf@samsung.com> (=?utf-8?Q?=22=C5=81ukasz?= Stelmach"'s message of "Wed, 03 Jul 2013 17:33:25 +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: =?utf-8?Q?=C5=81ukasz?= Stelmach Cc: emacs-orgmode@gnu.org Hi Łukasz, l.stelmach@samsung.com (Łukasz Stelmach) writes: > (defun org-clock-is-active () > "Return non-nil if clock is currently running. > The return value is actually the clock marker." > (marker-buffer org-clock-marker)) > > Either the docstring is lying or the code does not do what it is said > to. (Or it is too late for me?) I don't understand, what is the problem exactly? -- Bastien