<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/org-urgency, branch v0.60</title>
<subtitle>Smart, rules-based Org-agenda sorting</subtitle>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/emacs/org-urgency/'/>
<entry>
<title>Bump version to 0.60</title>
<updated>2025-06-20T21:34:32+00:00</updated>
<author>
<name>Simon Parri</name>
<email>simonparri@ganzeria.com</email>
</author>
<published>2025-06-20T21:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/emacs/org-urgency/commit/?id=c314cd0022fcb192bd487038598c6049b65eaa7d'/>
<id>c314cd0022fcb192bd487038598c6049b65eaa7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make predicate functions' return values consistent with each other</title>
<updated>2025-06-20T21:34:15+00:00</updated>
<author>
<name>Simon Parri</name>
<email>simonparri@ganzeria.com</email>
</author>
<published>2025-06-20T21:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/emacs/org-urgency/commit/?id=4ab0f6c822a981fe498497731155da6b9360b4dc'/>
<id>4ab0f6c822a981fe498497731155da6b9360b4dc</id>
<content type='text'>
Before, there might have been one predicate that, to get an urgency of 10,
you'd have to pass an N of 0.01, and another that to get an urgency of 10
you'd have to pass an N of 20.  Now, N's of the same order of magnitude
produce changes of the same order of magnitude.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, there might have been one predicate that, to get an urgency of 10,
you'd have to pass an N of 0.01, and another that to get an urgency of 10
you'd have to pass an N of 20.  Now, N's of the same order of magnitude
produce changes of the same order of magnitude.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add random, near-deadline? and scheduled-today?</title>
<updated>2025-06-20T21:22:42+00:00</updated>
<author>
<name>Simon Parri</name>
<email>simonparri@ganzeria.com</email>
</author>
<published>2025-06-20T16:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/emacs/org-urgency/commit/?id=0bbc0988e0e289549d65edbc47931c608cc4ae9b'/>
<id>0bbc0988e0e289549d65edbc47931c608cc4ae9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update predicate naming scheme</title>
<updated>2025-06-20T16:46:35+00:00</updated>
<author>
<name>Simon Parri</name>
<email>simonparri@ganzeria.com</email>
</author>
<published>2025-06-20T16:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/emacs/org-urgency/commit/?id=01187a6f48f949d9cfc42c228b93c5736676acdf'/>
<id>01187a6f48f949d9cfc42c228b93c5736676acdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add URL</title>
<updated>2025-06-20T16:40:34+00:00</updated>
<author>
<name>Simon Parri</name>
<email>simonparri@ganzeria.com</email>
</author>
<published>2025-06-20T16:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/emacs/org-urgency/commit/?id=ab8b375c8926bd9f62e51f224b670020685b286c'/>
<id>ab8b375c8926bd9f62e51f224b670020685b286c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstrings</title>
<updated>2025-06-20T16:40:24+00:00</updated>
<author>
<name>Simon Parri</name>
<email>simonparri@ganzeria.com</email>
</author>
<published>2025-06-20T16:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/emacs/org-urgency/commit/?id=ffdbb1306bbf3bd2798228e21975d976c18a7e4a'/>
<id>ffdbb1306bbf3bd2798228e21975d976c18a7e4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix calculation of priorities</title>
<updated>2025-06-20T16:36:02+00:00</updated>
<author>
<name>Simon Parri</name>
<email>simonparri@ganzeria.com</email>
</author>
<published>2025-06-20T16:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/emacs/org-urgency/commit/?id=8c1cd79617dbe5d7b990cc768904c73460520e8e'/>
<id>8c1cd79617dbe5d7b990cc768904c73460520e8e</id>
<content type='text'>
Turns out headings always have a 'priority property, so we don't need to have
our own fallback.  Org will provide.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out headings always have a 'priority property, so we don't need to have
our own fallback.  Org will provide.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add version 0.50</title>
<updated>2025-06-19T16:54:36+00:00</updated>
<author>
<name>Simon Parri</name>
<email>simonparri@ganzeria.com</email>
</author>
<published>2025-06-19T16:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/emacs/org-urgency/commit/?id=1de52898ee74390ad37bd890489bedd7ac92c680'/>
<id>1de52898ee74390ad37bd890489bedd7ac92c680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
