emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* possible bug: clocking in and out with STARTUP: logdrawer
@ 2013-06-07 23:08 Matthew Steffen
  2013-07-10 18:13 ` Matthew Steffen
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Steffen @ 2013-06-07 23:08 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1935 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: possible bug: clocking in and out with STARTUP: logdrawer
  2013-06-07 23:08 possible bug: clocking in and out with STARTUP: logdrawer Matthew Steffen
@ 2013-07-10 18:13 ` Matthew Steffen
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Steffen @ 2013-07-10 18:13 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1483 bytes --]

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
<matthew.steffen@gmail.com>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
>

[-- Attachment #2: Type: text/html, Size: 2569 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-10 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-07 23:08 possible bug: clocking in and out with STARTUP: logdrawer Matthew Steffen
2013-07-10 18:13 ` Matthew Steffen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).