emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: emacs-orgmode@gnu.org
Subject: [PATCH] Fix typographical errors in stuck project help
Date: Mon, 23 Apr 2007 21:04:48 -0400	[thread overview]
Message-ID: <877is24m6n.fsf@gollum.intra.norang.ca> (raw)

Hi Carsten,

I stumbled across some typos today in version 4.71 when reading through
the org-stuck projects messages.  Patch follows.

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.

Here's my test org file:

---- test.org
#+SEQ_TODO: TODO NEXT | DONE
* First Heading
** TODO Project 1A
** DONE Project 1B
   CLOSED: [2007-04-23 Mon 20:29]
* Second Heading
** Project 2A
*** NEXT Task 1
*** TODO Task 2
** Project 2B
*** TODO Task 1
*** TODO Task 2
---- end of test.org

org-stuck-projects is defined as:

(setq org-stuck-projects
  '("+LEVEL=2/-DONE" ("NEXT") ("INFO")))

but when I ask for stuck projects on this file I get:

List of stuck projects:
  test:       .TODO Project 1A
  test:       .DONE Project 1B
  test:       .Project 2B

Why does project 1B show up in the list?  It's DONE.
I'm confused. :)

Thanks for a great tool!
Bernt

diff -ru orig/org.el new/org.el
--- orig/org.el 2007-04-23 20:39:46.000000000 -0400
+++ new/org.el  2007-04-23 20:45:14.000000000 -0400
@@ -1815,12 +1815,12 @@
 This is a list of three items:
 1. A tags/todo matcher string that is used to identify a project.
    The entire tree below a headline matched by this is considered a project.
-2. A list of TODO keywords itentifying non-stuck projects.
+2. A list of TODO keywords identifying non-stuck projects.
    If the project subtree contains any headline with one of these todo
-   keywords, the project is consitered to be not stuck.
+   keywords, the project is considered to be not stuck.
 3. A list of tags identifying non-stuck projects.
    If the project subtree contains any headline with one of these tags,
-   the project is consitered to be not stuck.
+   the project is considered to be not stuck.
 
 After defining this variable, you may use \\[org-agenda-list-stuck-projects]
 or `C-c a #' to produce the list."

             reply	other threads:[~2007-04-24  1:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-24  1:04 Bernt Hansen [this message]
2007-04-24  6:50 ` [PATCH] Fix typographical errors in stuck project help Carsten Dominik
2007-04-24 13:39   ` Bernt Hansen
2007-04-24 14:27     ` Bernt Hansen
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=877is24m6n.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).