emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Robert Horn <rjhorn@alum.mit.edu>
To: rjhorn@alum.mit.edu, emacs-orgmode@gnu.org
Cc: Matt Lundin <mdl@imapmail.org>
Subject: Re: Habits bug?
Date: Mon, 15 Nov 2010 16:29:47 -0500	[thread overview]
Message-ID: <4CE1A64B.5080509@alum.mit.edu> (raw)
In-Reply-To: <4CDC8F2E.1000808@alum.mit.edu>

I tracked down the problem I was seeing.  It's unrelated to habits.  I
just connected it with habits because it affects them, as well as other
things.

The default behavior of the built-in agenda is to set the point in the
agenda to be today.  This is not the default for custom commands.  The
closest that custom commands have is the option to start the agenda with
today.  That is actually what I prefer, so I'm happy with that.  The
resulting org-agenda-custom-commands is

(setq org-agenda-custom-commands
      '(("h" "Agenda and This Week tasks"
	 ((agenda "" ((org-agenda-start-on-weekday nil)))
	  (todo "THISWEEK|STARTED")))))

What I was seeing was the non-display of today's calendar grid and
habits due to the point being on another day.  The combination of "d"
and "r" was to get the day set to today, which caused today's calendar
grid and habits to re-appear.

R Horn

      reply	other threads:[~2010-11-15 21:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-09 16:10 Habits bug? Robert Horn
2010-11-11 12:07 ` Matt Lundin
2010-11-12  0:49   ` Robert Horn
2010-11-15 21:29     ` Robert Horn [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=4CE1A64B.5080509@alum.mit.edu \
    --to=rjhorn@alum.mit.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=mdl@imapmail.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).