emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alex Scherbanov <alex@egotv.ru>
To: emacs-orgmode@gnu.org
Subject: project definition issue
Date: Sun, 21 Sep 2014 02:51:28 +0400	[thread overview]
Message-ID: <FAC8F58F-CEC2-46E4-B9F8-458C3149D37C@egotv.ru> (raw)

Hi.
I'm trying to write a simple definition of project:
   (setq org-stuck-projects '("PROJECT" ("NEXT") nil nil))
This means that everything with a tag :PROJECT: without NEXT task is stuck.

But my stuck project is not shown in the list if it is a nested project and it has a todo state.

* unstuck 1 -- because has next                                :test:PROJECT:
** NEXT next in 1
** this stuck project _without_ todo state is shown in the list     :PROJECT:
*** TODO whatever 1

* unstuck 2                                                    :test:PROJECT:
** NEXT next in 2
** TODO stuck project is not shown                                  :PROJECT:
*** TODO whatever 2


Next actions:
  Test:       NEXT next in 1                                                                           :test::
  Test:       NEXT next in 2                                                                           :test::

Stuck projects:
  Test:       this stuck project _without_ todo state is shown in the list                     :test::PROJECT:




And what is interesting: when I’m trying to copy the whole line above, it actually copies two lines:
  Test:       this stuck project _without_ todo state is shown in the list                     :test::PROJECT:
  Test:       TODO stuck project is not shown                                                  :test::PROJECT:


I tried, but I didn’t find out why it works this way.
Could you help me?

                 reply	other threads:[~2014-09-20 22:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=FAC8F58F-CEC2-46E4-B9F8-458C3149D37C@egotv.ru \
    --to=alex@egotv.ru \
    --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).