emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Christian Egli <christian.egli@novell.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: org-agenda-todo-list-sublevels bug?
Date: Thu, 01 Jun 2006 17:07:57 +0200	[thread overview]
Message-ID: <1149174477.12396.11.camel@elrond.zur.novell.com> (raw)
In-Reply-To: <1148468014.4388.19.camel@elrond.zur.novell.com>

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

Hi all

On Wed, 2006-05-24 at 12:53 +0200, Christian Egli wrote:
> I really like the option to hide TODOs that are part of a bigger TODO,
> for example
> 
> * TODO Organize party
> ** TODO Invite people
> ** TODO Find location
> 
> Thanks to the option org-agenda-todo-list-sublevels my agenda only
> contains the "Organize party" task and is not cluttered with the
> subtasks.
> 
> However if I schedule the task "Organize Party" the subtasks show up in
> the "ALL CURRENTLY OPEN TODO ITEMS". I guess the code to skip the
> subtasks should not only be in org-agenda-get-todos but also in
> org-agenda-get-scheduled and possibly all org-agenda-get-* functions.

Attached is the test org file and my .emacs. The version of org-mode is
4.35 (from CVS). The *Org Agenda* Buffer looks as follows:

ALL CURRENTLY OPEN TODO ITEMS:
  test:       TODO Invite people
  test:       TODO Find location
Monday    29 May 2006
Tuesday   30 May 2006
Wednesday 31 May 2006
Thursday   1 June 2006
  test:       Scheduled:  TODO Organize party
Friday     2 June 2006
Saturday   3 June 2006
Sunday     4 June 2006


[-- Attachment #2: test.org --]
[-- Type: text/plain, Size: 97 bytes --]


* TODO Organize party
  SCHEDULED: <2006-06-01 Thu>
** TODO Invite people
** TODO Find location

[-- Attachment #3: .emacs --]
[-- Type: text/plain, Size: 1724 bytes --]

(add-to-list 'load-path (expand-file-name "~/.emacs.d/site-lisp"))

(tool-bar-mode 0)

;; org mode
(require 'org-install)
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)

;; gnus
(setq gnus-select-method '(nntp "news.gmane.org"))

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(auto-compression-mode t nil (jka-compr))
 '(browse-url-netscape-program "firefox")
 '(calendar-week-start-day 1)
 '(canlock-password "b115bbc37f05787a0dc94884edbc7a16f96238d2")
 '(case-fold-search t)
 '(current-language-environment "UTF-8")
 '(default-input-method "rfc1345")
 '(delete-selection-mode nil)
 '(dired-recursive-copies (quote top))
 '(dired-recursive-deletes (quote top))
 '(global-font-lock-mode t nil (font-lock))
 '(gnus-use-adaptive-scoring (quote (word)))
 '(org-agenda-files (quote ("~/test.org")))
 '(org-agenda-include-all-todo t)
 '(org-agenda-todo-ignore-scheduled t)
 '(org-agenda-todo-list-sublevels nil)
 '(org-agenda-use-time-grid nil)
 '(org-icalendar-include-todo t)
 '(scroll-bar-mode (quote right))
 '(show-paren-mode t)
 '(tex-dvi-view-command "xdvi")
 '(transient-mark-mode t))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )

(put 'dired-find-alternate-file 'disabled nil)

(put 'narrow-to-region 'disabled nil)

[-- Attachment #4: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  parent reply	other threads:[~2006-06-01 15:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-24 10:53 org-agenda-todo-list-sublevels bug? Christian Egli
2006-05-24 13:39 ` Carsten Dominik
2006-06-01 15:07 ` Christian Egli [this message]
2006-06-01 22:00   ` Carsten Dominik
2006-06-02 13:12     ` T. V. Raman

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=1149174477.12396.11.camel@elrond.zur.novell.com \
    --to=christian.egli@novell.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).