diff options
-rw-r--r-- | lisp/km-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-org.el b/lisp/km-org.el index f51fc4e..919f0cd 100644 --- a/lisp/km-org.el +++ b/lisp/km-org.el @@ -244,7 +244,7 @@ See `km/org-maybe-sort' for details of property value format." "Sort alphabetically, but ignore any leading articles." (let* ((ignored-words '("a" "an" "the")) (heading (org-no-properties - (org-get-heading 'no-tags 'no-todo))) + (org-get-heading 'no-tags 'no-todo 'no-priority))) (heading-words (split-string heading))) (when (member (downcase (car heading-words)) ignored-words) |