Skip to content

Commit

Permalink
missing items : blog index and rss emacsorphanage#221
Browse files Browse the repository at this point in the history
  • Loading branch information
ccsheller committed Aug 2, 2017
1 parent fa4e866 commit 5bdca11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-export.el
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ is the list of all file attribute property lists. PUB-BASE-DIR is the root
publication directory."
(let ((sort-alist (op/rearrange-category-sorted file-attr-list))
(id 0)
(recent-posts (seq-take (sort file-attr-list
(recent-posts (seq-take (sort (copy-sequence file-attr-list)
(lambda (a b)
(string-lessp (plist-get b :date)
(plist-get a :date))))
Expand Down

0 comments on commit 5bdca11

Please sign in to comment.