From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renger van Nieuwkoop Subject: Habits in agenda view Date: Sun, 26 Feb 2012 21:19:57 +0000 Message-ID: <5E17CCD4AACE3A4C8CFF411186AE8190350346@ExDAG30-N1.hostallapps.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1lpl-0002eG-0Y for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 16:40:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1lpk-000608-1c for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 16:40:44 -0500 Received: from cshbfe02.hostallapps.net ([69.160.246.126]:18678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1lpj-0005zn-Tg for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 16:40:43 -0500 Content-Language: de-DE List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" 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 hab= its still in my agenda view and without all the nice tracking color and sym= bols 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 task= s 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-ha= bits) (org-agenda-skip-function '(org-agenda-skip-ent= ry-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