all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Renger van Nieuwkoop <renger@vannieuwkoop.ch>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Habits in agenda view
Date: Sun, 26 Feb 2012 21:19:57 +0000	[thread overview]
Message-ID: <5E17CCD4AACE3A4C8CFF411186AE8190350346@ExDAG30-N1.hostallapps.net> (raw)

Hi
I want to change my agenda view in such a way, that habits are shown as an explicit block below my agenda, but my solution (shown below) shows the habits still in my agenda view and without all the nice tracking color and symbols in the block below the agenda. It might be simple, but I don't seem to manage. Any help would be appreciated.

Here is my code for the adjusted agenda view (the first block shows my tasks I should work on next:

            ("s" "Agenda with Next and Habit as separated views"
                ((agenda "" nil )
                (tags-todo "-WAIT/!NEXT"
                           ((org-agenda-overriding-header "Next Tasks")
                            (org-agenda-skip-function 'skip-projects-and-habits)
                            (org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp "\\[#A\\]"))
                            (org-agenda-todo-ignore-scheduled t)
                            (org-agenda-todo-ignore-deadlines t)
                            (org-tags-match-list-sublevels t)
                             ))
                 (tags "HABIT"
                      ((org-agenda-overriding-header "Habits")))
                 nil))
Cheers
Renger

             reply	other threads:[~2012-02-26 21:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-26 21:19 Renger van Nieuwkoop [this message]
2012-02-27  7:07 ` Habits in agenda view Viktor Rosenfeld
2012-02-27 12:49 ` Michael Brand

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5E17CCD4AACE3A4C8CFF411186AE8190350346@ExDAG30-N1.hostallapps.net \
    --to=renger@vannieuwkoop.ch \
    --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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.