From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Steffen Subject: Re: possible bug: clocking in and out with STARTUP: logdrawer Date: Wed, 10 Jul 2013 11:13:33 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff24ff648ccfa04e12c3cc0 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwytX-0004uD-Dh for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 14:13:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwytS-0003TT-MB for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 14:13:39 -0400 Received: from mail-pb0-x22c.google.com ([2607:f8b0:400e:c01::22c]:32991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwytS-0003T4-CD for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 14:13:34 -0400 Received: by mail-pb0-f44.google.com with SMTP id uo1so6948548pbc.3 for ; Wed, 10 Jul 2013 11:13:33 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --e89a8ff24ff648ccfa04e12c3cc0 Content-Type: text/plain; charset=ISO-8859-1 In case anybody else finds this thread: the problem is that the "logdrawer" startup option was added in org-mode 8, but I was using 7.8, so of course it didn't do anything. If you want this feature, you should use the right version :-D. On Fri, Jun 7, 2013 at 4:08 PM, Matthew Steffen wrote: > Hello emacs-orgmode! > > I think I may have encountered a bug (org-mode 7.8.02, emacs 23.3.1, > ubuntu 12.04.2). It seems that if I have a file with #+STARTUP: logdrawer > at the top, but the LOG_INTO_DRAWER property unset on an item, clocking in > and out doesn't get logged into LOGBOOK. To illustrate: > > #+STARTUP: logdrawer > * TODO Finish important task > :PROPERTIES: > :Effort: 1:00 > :END: > > (clock in and out) > > #+STARTUP: logdrawer > * TODO Finish important task > CLOCK: [2013-06-07 Fri 15:52]--[2013-06-07 Fri 15:52] => 0:00 > :PROPERTIES: > :Effort: 1:00 > :END: > > But if I add the LOG_INTO_DRAWER property, now my CLOCK entry goes into > LOGBOOK: > > #+STARTUP: logdrawer > * TODO Finish important task > :PROPERTIES: > :Effort: 1:00 > :LOG_INTO_DRAWER: t > :END: > > (clock in and out) > > #+STARTUP: logdrawer > * TODO Finish important task > :LOGBOOK: > CLOCK: [2013-06-07 Fri 15:52]--[2013-06-07 Fri 15:52] => 0:00 > :END: > :PROPERTIES: > :Effort: 1:00 > :LOG_INTO_DRAWER: t > :END: > > I didn't see anything in the manual on this, but I apologize for spamming > the list if this is intended behavior. > > Thanks! > -Matthew > --e89a8ff24ff648ccfa04e12c3cc0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
In case anybody else finds this thread: the problem is tha= t the "logdrawer" startup option was added in org-mode 8, but I w= as using 7.8, so of course it didn't do anything. If you want this feat= ure, you should use the right version :-D.


On Fri, Jun 7= , 2013 at 4:08 PM, Matthew Steffen <matthew.steffen@gmail.com&= gt; wrote:
Hello emacs-orgmode!
I think I may have encountered a bug (org-mode 7.8.02, emacs 2= 3.3.1, ubuntu 12.04.2). It seems that if I have a file with #+STARTUP: logd= rawer at the top, but the LOG_INTO_DRAWER property unset on an item, clocki= ng in and out doesn't get logged into LOGBOOK. To illustrate:

#+STARTUP: logdrawer
* TODO=A0Finish important task
:PROPER= TIES:
:Effort: 1:00
:END:

(clock in and out)

#+STARTUP: logdrawer
=
* TODO=A0Finish important task
CLOCK: [2013-06-07 Fri 15:52]--[2013-06-07 Fri 15:52] =3D> =A0= 0:00
:PROPERTIES:
:Effort: 1:00
:END:
<= div>
But if I add the LOG_INTO_DRAWER property, now my CLOCK = entry goes into LOGBOOK:

#+STARTUP: logdrawer
* TODO=A0Finish important task
:PROPERTIES:
:Effor= t: 1:00
:LOG_INTO_DRAWER: t
:END:

(clock in and out)

#+STARTUP: logdrawer<= /div>
* TODO=A0Finish important ta= sk
:LOGBOOK: CLOCK: [2013-06-07 Fri 15:52]--[2013-06-07 Fri 15:52] =3D> =A00:00
:END:
:PROPERTIES:
:Effort: 1:00
<= div>:LOG_INTO_DRAWER: t
:END:

= I didn't see anything in the manual on this, but I apologize for spammi= ng the list if this is intended behavior.=A0

Thanks!
=A0 =A0-Matthew

--e89a8ff24ff648ccfa04e12c3cc0--