emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Heiko Schmidt <Heiko.Schmidt@webbedtables.de>
To: emacs-orgmode@gnu.org
Subject: negative values for EFFORT result in error when switching to column view
Date: Mon, 6 Apr 2020 07:09:29 +0200	[thread overview]
Message-ID: <d5f35a71-3f98-b627-61be-bbdeedd7b6f7@webbedtables.de> (raw)

Hi everybody.

When planning projects I estimate the amount of time for tasks by
filling the property EFFORT with an amount of time.


#+begin_src org
     ,*** Projekt
             :PROPERTIES:
             :COLUMNS:  %30ITEM %8EFFORT{:}
             :END:
     ,**** effort planned/estimated
              :PROPERTIES:
              :EFFORT:   10 h
              :END:
#+end_src

After acceptance of this planned time the project will be executed and
I sum the amount of time I really needed.

#+begin_src org
     ,**** first effort done
              :PROPERTIES:
              :EFFORT:   -2 h
              :END:
     ,**** secon effort done
              :PROPERTIES:
              :EFFORT:   -3 h
              :END:
#+end_src

When M-x org-columns I'd like to see column view with the balanced sum
of the hours planned and the hours really worked, but I get an error

cond: Invalid duration format: "-2 h"

I know I'm using old versions but this problem is also on newer versions.

org-version: 9.2
GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5)
  of 2017-09-12 on hullmann, modified by Debian

I'm wondering why this doesn't work - many people are planning their
whole life with org mode (as I'm doing as well), is any help available?



             reply	other threads:[~2020-04-06  5:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-06  5:09 Heiko Schmidt [this message]
2020-04-06 10:13 ` negative values for EFFORT result in error when switching to column view Nicolas Goaziou
2020-04-06 15:03   ` Heiko Schmidt
2020-04-06 16:13     ` Nicolas Goaziou
2020-04-08 15:18       ` Heiko Schmidt

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=d5f35a71-3f98-b627-61be-bbdeedd7b6f7@webbedtables.de \
    --to=heiko.schmidt@webbedtables.de \
    --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).