summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-13Respect `org-auto-align-tags' in all the editing commandsIhor Radchenko3-11/+24
2023-06-21org-priority-show: Fix the docstring after changes in "priority" for agendaIhor Radchenko2-3/+11
2022-11-13Silence byte-compiler under 'make single'Kyle Meyer3-0/+4
2021-12-09org-priority: Fix SPC handling for numeric priorities (bug#52341)Kyle Meyer1-7/+8
2021-05-16lisp/org.el: Explicit the docstrings of org-priority-highest/lowestBastien1-3/+27
2021-05-16lisp/org.el: Minor enhancement to `org-priority'Bastien1-4/+7
2021-05-16lisp/org.el: Explicit the docstrings of org-priority-highest/lowestBastien1-3/+27
2021-05-15lisp/org.el: Minor enhancement to `org-priority'Bastien1-4/+7
2021-03-02org.el (org-font-lock-add-priority-faces): Speed up regexpSébastien Miquel1-1/+1
2020-10-11Fix regression in priority fontificationKyle Meyer2-2/+2
2020-09-06org.el: Tiny docstring fixesBastien1-16/+17
2020-01-31org.el: Enhance docstringsBastien1-7/+17
2020-01-30Allow numeric values for prioritiesBastien3-31/+88
2020-01-30Continue previous commit and document it in etc/ORG-NEWSBastien3-4/+18
2020-01-30Rename `org-x-priority' functions and variables to `org-priority-x'Bastien7-70/+70
2020-01-30Tiny enhancements to priority handlingBastien2-8/+8
2018-05-10Many small code improvementsAaron Ecay13-148/+138
2018-04-20Rewrite tags setting functionsNicolas Goaziou12-232/+267
2016-11-13Fix TODO keywords case sensitivityNicolas Goaziou6-55/+86
2016-06-30org-faces: Simplify face definitionsNicolas Goaziou1-312/+155
2016-05-26Remove some XEmacs compatibility layerNicolas Goaziou13-164/+58
2016-01-10org.el: Switch to lexical bindingNicolas Goaziou1-330/+322
2014-01-20org.el (org-priority): Don't use `org-preserve-lc'Bastien Guerry1-1/+1
2013-04-16org.el: Use `user-error' instead of `error'Bastien Guerry1-71/+71
2013-01-24New face `org-priority'. Enhance fontification of priority cookies in agenda.Bastien Guerry3-13/+21
2012-09-28Rebind `org-agenda-priority' to `C-c ," in agenda mode (`C-u C-c ,' now shows...Bastien Guerry2-16/+26
2012-08-10org.el (org-priority): Fix docstringBastien Guerry1-1/+1
2011-05-31Improve documentation and error handling with prioritiesCarsten Dominik1-4/+16
2010-09-09Save match data before call to `read-char-exclusive'David Maus1-1/+2
2009-11-03Make `org-priority' accept an action argument `remove'Carsten Dominik2-0/+4
2009-03-03Priorities: Allow specific faces for priority cookiesCarsten Dominik5-8/+63