emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Mike McLean <mike.mclean@pobox.com>
To: Marcelo de Moraes Serpa <celoserpa@gmail.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: Default show all archived entries for agenda
Date: Mon, 23 Apr 2012 22:06:32 -0400	[thread overview]
Message-ID: <D32D73DB-FEC3-4B45-8BEB-D67342957D15@pobox.com> (raw)
In-Reply-To: <CACHMzOEoMyRKrLUc-nJtdUfomr==A50BA8kz5z+2qvRj-jTvBg@mail.gmail.com>


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.

      reply	other threads:[~2012-04-24  2:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-23 18:50 Default show all archived entries for agenda Marcelo de Moraes Serpa
2012-04-24  2:06 ` Mike McLean [this message]

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=D32D73DB-FEC3-4B45-8BEB-D67342957D15@pobox.com \
    --to=mike.mclean@pobox.com \
    --cc=celoserpa@gmail.com \
    --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).