From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bingo UV Subject: ORDERED property affects next subtree also Date: Thu, 6 Aug 2015 15:05:11 +0530 Message-ID: <20150806150511.5313d7f3@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/T+Kq5MVd3697Q3/GN3.3pbA"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNHaN-0001V3-1Z for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 05:35:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNHaJ-0001zW-CX for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 05:35:38 -0400 Received: from mail-pd0-x234.google.com ([2607:f8b0:400e:c02::234]:33386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNHaJ-0001z2-4T for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 05:35:35 -0400 Received: by pdrh1 with SMTP id h1so12375338pdr.0 for ; Thu, 06 Aug 2015 02:35:34 -0700 (PDT) Received: from localhost.localdomain ([122.172.179.192]) by smtp.gmail.com with ESMTPSA id kp11sm5797272pbd.55.2015.08.06.02.35.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Aug 2015 02:35:33 -0700 (PDT) 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 --Sig_/T+Kq5MVd3697Q3/GN3.3pbA Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, For a simple .emacs file like : --------------------------------- (add-to-list 'load-path "~/.emacs.d/orglisp") (require 'org) (setq org-enforce-todo-dependencies t) (setq org-agenda-dim-blocked-tasks 'invisible) (setq org-agenda-files (list "~/org/test.org")) (setq org-tags-exclude-from-inheritance (quote ("tag"))) --------------------------------- And simple org file like : -------------------------------- * ordered :tag: :PROPERTIES: :ORDERED: t :END: ** TODO task 1 ** TODO task 2 * unordered :tag: ** TODO task1 --------------------------------- The command "M-x org-agenda m tag" shows both the entries "ordered" and "unordered". But if "ordered" becomes TODO, like=20 -------------------------------- * TODO ordered :tag: :PROPERTIES: :ORDERED: t :END: ** TODO task 1 ** TODO task 2 * unordered :tag: ** TODO task1 --------------------------------- The same command "M-x org-agenda m tag" shows no entry - neither "ordered" nor "unordered". The "unordered" item should still show up irrespective of "ordered" being TODO or not. It appears to be a bug. Is there an explanation / workaround for this? I see this issue in 8.2 from stable branch, as well as daily snapshot downloaded from http://orgmode.org/org-latest.tar.gz. thanks --Sig_/T+Kq5MVd3697Q3/GN3.3pbA Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJVwypdAAoJENtFQU97bi1jaHYH/2uwGT0g9rx1/QVt8gUtCjIy /9rCAJiGGjkkFVmty10tnL1Vobpckif4/BuTRmgGMgusnqZAhmTiYylpHZi5v6wP LjDDL7D8Q2QAJUhdN2+0L3MOC294wZQ/37XWQw8JWHDr/5CJe8crYYPyyK+KFerY rCbWl/jE6+CniDhY9W9NjCXN+AyZsUW7N6cfHp5B4dVHZm6i9c2hHr4yQSqdFYMZ U/GLy6FI9jMF1MOhrfxBkiw5fG7qTYm9ExDoRFi3hKG4RRwzNrGto/1gmKd/oIFm ca4pVGm0x3XCa333MXtHz41bFnONq094XFNUSJSKcG/bpNnx8zeq7pTG8s0mTFE= =M6QA -----END PGP SIGNATURE----- --Sig_/T+Kq5MVd3697Q3/GN3.3pbA--