From: Bernt Hansen <bernt@norang.ca>
To: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Fix typographical errors in stuck project help
Date: Tue, 24 Apr 2007 10:27:55 -0400 [thread overview]
Message-ID: <87slapetjo.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: 87mz0xhox5.fsf@gollum.intra.norang.ca
Bernt Hansen <bernt@norang.ca> writes:
> Carsten Dominik <dominik@science.uva.nl> writes:
>
>> On Apr 24, 2007, at 3:04, Bernt Hansen wrote:
>>> I'm having difficulty getting org-stuck-projects working correctly.
>>> When I use the default settings C-a # still wants to include DONE
>>> projects in my stuck project view. It's probably something silly I'm
>>> not getting right.
>>
>> I cannot reproduce this. I get no projects listed at all, which is
>> correct because each of them is either DONE or has a TODO entry.
>>
>> Are you sure you have not modified org-stuck-projects? What is its
>> value?
>>
>
> I'm using Org-mode version 4.71
> and Debian's emacs-snapshot version 20060302-1
>
> The stuck project view has never worked for me. I'm not a lisp
> programmer but is there anything I can do to track down what is going on
> here?
Carsten,
I've stripped my .emacs down to only org-related settings
Using org-4.72 exhibits the same behaviour with
GNU Emacs 22.0.95.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of
2007-03-02 on pacem, modified by Debian
I'm not sure what to try next...
Thanks for looking at it
Bernt
---- .emacs ----
(add-to-list 'load-path (expand-file-name "~/org-4.72"))
(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)
(setq org-log-done t)
;;
;; Enable color highligthing
;;
(global-font-lock-mode 1)
(setq org-stuck-projects
'("+LEVEL=2/-DONE" ("NEXT") ("INFO")))
(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.
'(org-agenda-files (quote ("~/org/test.org"))))
(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.
)
---- end .emacs ----
next prev parent reply other threads:[~2007-04-24 14:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-24 1:04 [PATCH] Fix typographical errors in stuck project help Bernt Hansen
2007-04-24 6:50 ` Carsten Dominik
2007-04-24 13:39 ` Bernt Hansen
2007-04-24 14:27 ` Bernt Hansen [this message]
2007-04-25 6:46 ` Carsten Dominik
2007-04-25 12:33 ` Bernt Hansen
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=87slapetjo.fsf@gollum.intra.norang.ca \
--to=bernt@norang.ca \
--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).