From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Amdor Subject: Bug: Priorities not inheriting [8.3.1 (8.3.1-56-g17a225-elpa @ /Users/luke/.emacs.d/elpa/org-20150817/)] Date: Tue, 18 Aug 2015 08:47:09 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e01538abec06481051d96281a Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRhEh-0004Fn-L7 for emacs-orgmode@gnu.org; Tue, 18 Aug 2015 09:47:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRhEg-0001x8-JJ for emacs-orgmode@gnu.org; Tue, 18 Aug 2015 09:47:31 -0400 Received: from mail-ig0-x229.google.com ([2607:f8b0:4001:c05::229]:34384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRhEg-0001ws-E4 for emacs-orgmode@gnu.org; Tue, 18 Aug 2015 09:47:30 -0400 Received: by igui7 with SMTP id i7so82784900igu.1 for ; Tue, 18 Aug 2015 06:47:29 -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: org-mode Mode --089e01538abec06481051d96281a Content-Type: text/plain; charset=UTF-8 Given a test.org with: * [#B] Test ** TODO one When I do the agenda to find TODO headlines with priority B I would expect it to find the "TODO one", however it doesn't. I'm very sure this regressed when upgrading to 8.3.1, as it worked fine in 8.3.0. Thanks! Emacs : GNU Emacs 24.5.1 (x86_64-apple-darwin14.1.0, NS apple-appkit-1344.72) of 2015-04-17 on MacBook-Pro.local Package: Org-mode version 8.3.1 (8.3.1-56-g17a225-elpa @ /Users/luke/.emacs.d/elpa/org-20150817/) (add-to-list 'load-path (expand-file-name "./org-mode/lisp")) (add-to-list 'load-path (expand-file-name "./org-mode/contrib/lisp" t)) (setq inhibit-startup-message t) (setq org-use-property-inheritance t) (setq org-agenda-files (list "test.org")) (setq org-agenda-custom-commands '(("t" "Test" ((tags-todo "+PRIORITY=\"B\""))))) Luke --089e01538abec06481051d96281a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Given a test.org with= :

* [#B] Test
** TODO one


When I do the agenda to find TODO head= lines with priority B I would expect it to find the "TODO one", h= owever it doesn't. I'm very sure this regressed when upgrading to 8= .3.1, as it worked fine in 8.3.0. Thanks!


Emacs =C2=A0: GNU Emacs 24.5.1 (x86_64-apple-darwin14.1.0, NS apple-= appkit-1344.72)
=C2=A0of 2015-04-17 on MacBook-Pro.local
Package: Org-mode version 8.3.1 (8.3.1-56-g17a225-elpa @ /Users/luke/.ema= cs.d/elpa/org-20150817/)

(add-to-list 'lo= ad-path (expand-file-name "./org-mode/lisp"))
(add-to-l= ist 'load-path (expand-file-name "./org-mode/contrib/lisp" t)= )

(setq inhibit-startup-message t)

<= /div>
(setq org-use-property-inheritance t)

(setq org-agenda-files (list "tes= t.org"))

(setq org-agenda-custom-commands=
=C2=A0 =C2=A0 =C2=A0 '(("t" "Test" ((tag= s-todo "+PRIORITY=3D\"B\"")))))


Luke
--089e01538abec06481051d96281a--