emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* getting a timeline of all active and incative timestamps
@ 2007-10-02 13:14 Rainer Stengele
  2007-10-02 13:54 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer Stengele @ 2007-10-02 13:14 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: getting a timeline of all active and incative timestamps
  2007-10-02 13:14 getting a timeline of all active and incative timestamps Rainer Stengele
@ 2007-10-02 13:54 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2007-10-02 13:54 UTC (permalink / raw)
  To: emacs-orgmode

Rainer Stengele <rainer.stengele@diplan.de> writes:

> But I would like to have a custom agenda view where I can see what I
> see with "D" above and all timestamped items.

The agenda custom views can include entries that match a specific
regexp. Please see the docstring of `org-agenda-skip-if' for details.

-- 
Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-02 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-02 13:14 getting a timeline of all active and incative timestamps Rainer Stengele
2007-10-02 13:54 ` Bastien

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).