emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rainer Stengele <rainer.stengele@diplan.de>
To: emacs-orgmode@gnu.org
Subject: getting a timeline of all active and incative timestamps
Date: Tue, 02 Oct 2007 15:14:10 +0200	[thread overview]
Message-ID: <fdtg71$snt$1@sea.gmane.org> (raw)

hi.

I'd like to see "what I worked on" for the past time.


I started with this:


(setq org-agenda-custom-commands
      '(
...
        ("D" agenda "DONE agenda"
         ((org-agenda-skip-function
           (lambda nil
             (org-agenda-skip-entry-if (quote notregexp) "DONE\\|ARCHIVE\\|INARBEIT")))
          (org-agenda-ndays 7)
          (org-agenda-overriding-header "Worked on tasks: ")
          (org-agenda-skip-deadline-if-done nil)
          (org-agenda-skip-archived-trees nil)
          (org-deadline-warning-days -0)
          (org-agenda-start-on-weekday 1)
          (org-agenda-skip-scheduled-if-done nil)
	  (org-agenda-overriding-header "Worked on tasks: ")))
...


works so far.

Now - as a habit I make notes of all kinds of activities (phone calls, todo progress, emails etc.).
The notes I preceed with inactive time stamps because I do not want to see them in my standard
agenda views.
But I would like to have a custom agenda view where I can see what I see with "D" above and all
timestamped items.

Any ideas?

rainer

             reply	other threads:[~2007-10-02 13:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-02 13:14 Rainer Stengele [this message]
2007-10-02 13:54 ` getting a timeline of all active and incative timestamps Bastien

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='fdtg71$snt$1@sea.gmane.org' \
    --to=rainer.stengele@diplan.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).