From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Steffen Subject: possible bug: clocking in and out with STARTUP: logdrawer Date: Fri, 7 Jun 2013 16:08:26 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b86e3a81f0e2504de9882ba Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul5lm-0007w7-FK for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 19:08:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ul5lj-0007tj-Ub for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 19:08:30 -0400 Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:45447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul5lj-0007tW-O0 for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 19:08:27 -0400 Received: by mail-pa0-f50.google.com with SMTP id fb1so2867181pad.23 for ; Fri, 07 Jun 2013 16:08:26 -0700 (PDT) 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 --047d7b86e3a81f0e2504de9882ba Content-Type: text/plain; charset=ISO-8859-1 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 --047d7b86e3a81f0e2504de9882ba Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello emacs-orgmode!

I think I ma= y have encountered a bug (org-mode 7.8.02, emacs 23.3.1, ubuntu 12.04.2). I= t 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<= span style=3D"white-space:pre">=A0Finish important task
:P= ROPERTIES:
:Effort: 1:00
:END:

(clock in and out)

#+STARTUP: log= drawer
* TODO=A0Finish important = task
CLOCK: [2013-06-07 Fri 15:52]--[2013-06-07 Fri 15:52] =3D&= gt; =A00:00
:PROPERTIES:
:Effort: 1:00
:END:<= /div>

But if I add the LOG_INTO_DRAWER property, n= ow my CLOCK entry goes into LOGBOOK:

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

(clock in and out)

#+STARTUP: logdrawer<= /div>
* TODO=A0Finish important task
: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 apologiz= e for spamming the list if this is intended behavior.=A0

Thanks!
=A0 =A0-Matthew
--047d7b86e3a81f0e2504de9882ba--