emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Default show all archived entries for agenda
@ 2012-04-23 18:50 Marcelo de Moraes Serpa
  2012-04-24  2:06 ` Mike McLean
  0 siblings, 1 reply; 2+ messages in thread
From: Marcelo de Moraes Serpa @ 2012-04-23 18:50 UTC (permalink / raw)
  To: Org Mode

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

Hi guys,

How could I configure it so that the agenda always shows archived entries
by default? It's a nice way to get a log of what I accomplished
chronologically without having to keep a specific log file per se (work
log, food log, whatever-log). I could always just use v A in the agenda
filter, but I'd rather just make it the default if it's easy to do.

Thanks,

- Marcelo.

[-- Attachment #2: Type: text/html, Size: 468 bytes --]

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

* Re: Default show all archived entries for agenda
  2012-04-23 18:50 Default show all archived entries for agenda Marcelo de Moraes Serpa
@ 2012-04-24  2:06 ` Mike McLean
  0 siblings, 0 replies; 2+ messages in thread
From: Mike McLean @ 2012-04-24  2:06 UTC (permalink / raw)
  To: Marcelo de Moraes Serpa; +Cc: Org Mode


On Apr 23, 2012, at 2:50 PM, Marcelo de Moraes Serpa wrote:

> Hi guys,
> 
> How could I configure it so that the agenda always shows archived entries by default? It's a nice way to get a log of what I accomplished chronologically without having to keep a specific log file per se (work log, food log, whatever-log). I could always just use v A in the agenda filter, but I'd rather just make it the default if it's easy to do.

I have something similar to what you are looking for. I have a custom agenda view that shows the clock check mode. The trick is the list of option settings when defining the custom agenda view. (Do a describe-variable on org-agenda-custom-commands).

Using this idea you could have several custom agenda views; a work-log that selects on your work tag, sets archives mode, log mode, etc. and a second that selects your food log tag and the same archives and log mode options, and so on and so on.

HTH

        ("c" "Clock Review"
         (
          (agenda ""
                  (
                   (org-agenda-overriding-header "Clocking Review")
                   (org-agenda-archives-mode t)
                   (org-agenda-span 'day)
                   (org-agenda-show-log 'clockcheck)
                   (org-agenda-clockreport-mode t)))
          )
         )


> Thanks,
> 
> - Marcelo.

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

end of thread, other threads:[~2012-04-24  2:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 18:50 Default show all archived entries for agenda Marcelo de Moraes Serpa
2012-04-24  2:06 ` Mike McLean

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