From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-clock-is-active Date: Thu, 04 Jul 2013 10:32:56 +0200 Message-ID: <87k3l62093.fsf@bzg.ath.cx> References: <87ip0rmzei.fsf@samsung.com> <87d2qz8rv3.fsf@bzg.ath.cx> <87a9m2n31g.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]:45280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UueyK-0002wo-PX for emacs-orgmode@gnu.org; Thu, 04 Jul 2013 04:33:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UueyJ-0004Hh-L8 for emacs-orgmode@gnu.org; Thu, 04 Jul 2013 04:33:00 -0400 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:50033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UueyJ-0004HS-FG for emacs-orgmode@gnu.org; Thu, 04 Jul 2013 04:32:59 -0400 Received: by mail-we0-f179.google.com with SMTP id w59so888642wes.10 for ; Thu, 04 Jul 2013 01:32:58 -0700 (PDT) In-Reply-To: <87a9m2n31g.fsf@samsung.com> (=?utf-8?Q?=22=C5=81ukasz?= Stelmach"'s message of "Thu, 04 Jul 2013 10:27:07 +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 l.stelmach@samsung.com (Ɓukasz Stelmach) writes: > The docstring says the function returns a *marker*. The function does not > return org-clock-marker but only the buffer the clock is ticking in. You > can't: > > (goto-char (org-clock-is-active)) > > which should be possible according to goto-char's docstring > > (goto-char POSITION) > > Set point to POSITION, a number or *marker*. > > This is a minor inaccuracy, however, if you do not browse the code but > only look at functions docstring, you may loose a few minutes. Got it, fixed, thanks! -- Bastien