emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Steffen <matthew.steffen@gmail.com>
To: emacs-orgmode@gnu.org
Subject: possible bug: clocking in and out with STARTUP: logdrawer
Date: Fri, 7 Jun 2013 16:08:26 -0700	[thread overview]
Message-ID: <CAP8nE18X3CgKhk+7ytZD=H0dD=kBd+SP5gp-OrkfP3GP9PFuig@mail.gmail.com> (raw)

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

             reply	other threads:[~2013-06-07 23:08 UTC|newest]

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

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='CAP8nE18X3CgKhk+7ytZD=H0dD=kBd+SP5gp-OrkfP3GP9PFuig@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).