Changeset 3c72e49


Ignore:
Timestamp:
Jul 15, 2024, 9:00:44 PM (4 months ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
0e7db91
Parents:
972a737
Message:

format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/articles.org

    r972a737 r3c72e49  
    1111        (split-string (buffer-string) "\n" t)))
    1212
    13 ;; Sort by modified date
    14 (setq list-of-posts (sort (directory-files-and-attributes "./en/posts" nil ".org$")
    15                           #'(lambda (x y) (time-less-p (nth 6 y) (nth 6 x)))))
     13    ;; Sort by modified date
     14    (setq list-of-posts (sort (directory-files-and-attributes "./en/posts" nil ".org$")
     15                              #'(lambda (x y) (time-less-p (nth 6 y) (nth 6 x)))))
    1616
    1717    (defun make-links (str)
     
    3737        (split-string (buffer-string) "\n" t)))
    3838
    39 ;; Sort by modified date
    40 (setq list-of-posts (sort (directory-files-and-attributes "./posts" nil ".org$")
    41                           #'(lambda (x y) (time-less-p (nth 6 y) (nth 6 x)))))
     39    ;; Sort by modified date
     40    (setq list-of-posts (sort (directory-files-and-attributes "./posts" nil ".org$")
     41                              #'(lambda (x y) (time-less-p (nth 6 y) (nth 6 x)))))
    4242
    4343    (defun make-links (str)
Note: See TracChangeset for help on using the changeset viewer.