emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Carsten Dominik <carsten@orgmode.org>
Cc: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: BUG: Clocking deeply nested tasks
Date: Wed, 27 Feb 2008 19:09:07 -0500	[thread overview]
Message-ID: <87y7960wnw.fsf@gollum.intra.norang.ca> (raw)

Hi Carsten,

I ran into another bug a few minutes ago.

,----[ test.org ]
| #+STARTUP: odd
| * Task1
| *** Task2
| ***** Task3
| ******* Task4
| ********* Task5
| *********** Task6
| 	    :CLOCK:
| 	    CLOCK: [2008-02-27 Wed 14:30]--[2008-02-27 Wed 14:44] =>  0:14
| 	    :END:
`----

,----[ minimal.emacs ]
| (setq org-use-fast-todo-selection t)
| (setq inhibit-splash-screen t)
| (global-font-lock-mode t)
| (add-to-list 'load-path (expand-file-name "~/git/org-mode"))
| (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
| (require 'org-install)
| (define-key global-map "\C-ca" 'org-agenda)
| (custom-set-variables
|  '(org-agenda-files (quote ("~/org/test.org"))))
`----

Key strokes:

| Key                    | Notes                   |
|------------------------+-------------------------|
| C-x C-f ~/org/test.org | Open org file           |
| C-c C-a                | Expand everything       |
| C-c C-x C-d            | Clock summaries by task |

This gives the error

org-put-clock-overlay: Wrong type argument: wholenump, -1

If I use odd even levels I can get many more nested levels before
triggering this problem so it seems to be related to the number of stars
in the tasks.  With #+STARTUP: oddeven it works for

********* TaskN (9 stars)

but

********** Task N (10 stars)

fails.


Regards,
Bernt

             reply	other threads:[~2008-02-28  0:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-28  0:09 Bernt Hansen [this message]
2008-02-28  0:29 ` [PATCH] Allow more asterisks in tasks when summarizing clock time Bernt Hansen
2008-02-28  1:08   ` Bastien
2008-02-28  1:09     ` Bernt Hansen

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=87y7960wnw.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=carsten@orgmode.org \
    --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).