emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Steffen <matthew.steffen@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: possible bug: clocking in and out with STARTUP: logdrawer
Date: Wed, 10 Jul 2013 11:13:33 -0700	[thread overview]
Message-ID: <CAP8nE191g-T=cHPucZPG7=tVK+A1gsrnzmYh6TmjKOxC2vsQtg@mail.gmail.com> (raw)
In-Reply-To: <CAP8nE18X3CgKhk+7ytZD=H0dD=kBd+SP5gp-OrkfP3GP9PFuig@mail.gmail.com>

[-- 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 --]

      reply	other threads:[~2013-07-10 18:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-07 23:08 possible bug: clocking in and out with STARTUP: logdrawer Matthew Steffen
2013-07-10 18:13 ` Matthew Steffen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAP8nE191g-T=cHPucZPG7=tVK+A1gsrnzmYh6TmjKOxC2vsQtg@mail.gmail.com' \
    --to=matthew.steffen@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).