From: Kyle Meyer <kyle@kyleam.com>
To: Adam Faryna <adamfaryna@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: org-agenda-sorting-strategy priority has no effect [9.3.7 (9.3.7-16-g521d7f-elpaplus @ /Users/devil/.emacs.d/elpa/org-plus-contrib-20200803/)]
Date: Wed, 05 Aug 2020 20:17:54 -0400 [thread overview]
Message-ID: <875z9w4ogd.fsf@kyleam.com> (raw)
In-Reply-To: <m2pn85w8w9.fsf@gmail.com>
Adam Faryna writes:
> org-agenda-sorting-strategy priority sorting doesn't work in my setup.
> I have a single file for all the tasks for agenda. Its structure looks similar to
> this:
>
> # -*- mode: org; mode: my/org-agenda-appt -*-
>
> #+STARTUP: overview
> #+CATEGORY: Tasks
> #+ARCHIVE: ../archive/tasks_archive.org::
>
> * Tasks
> :PROPERTIES:
> :CATEGORY: Single
> :END:
> ** TODO task 1
> ** TODO task 2
>
> * Repeatable
> :PROPERTIES:
> :CATEGORY: Repeat
> :END:
> ** TODO task 3
> ** TODO task 4
[...]
> The agenda show records with different priorities totally mixed up. When I run
> agenda with org-agenda-sorting-strategy set to just priority-up it
> doesn't change anything.
None of the entries in your example have priorities (or, effectively,
they are all have the same priority, B). Here's how you'd mark a
heading as a priority A heading:
** TODO [#A] task 1
See the (info "(org)Priorities") node in the manual for more details.
prev parent reply other threads:[~2020-08-06 0:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-05 12:54 Bug: org-agenda-sorting-strategy priority has no effect [9.3.7 (9.3.7-16-g521d7f-elpaplus @ /Users/devil/.emacs.d/elpa/org-plus-contrib-20200803/)] Adam Faryna
2020-08-06 0:17 ` Kyle Meyer [this message]
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=875z9w4ogd.fsf@kyleam.com \
--to=kyle@kyleam.com \
--cc=adamfaryna@gmail.com \
--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).