Line | |
---|
1 | #+TITLE: @w96k: Other authors
|
---|
2 | #+OPTIONS: toc:nil
|
---|
3 | #+LANGUAGE: ru
|
---|
4 |
|
---|
5 | * Authors from RSS feed
|
---|
6 | #+BEGIN_SRC emacs-lisp :exports results :results html
|
---|
7 | (let ((org-webring-items-total 8)
|
---|
8 | (org-webring-items-per-source 2)
|
---|
9 | (org-webring-header nil)
|
---|
10 | (org-webring-summary-max-length 60)
|
---|
11 | (org-webring-planet-display-description nil)
|
---|
12 | (org-webring-display-version nil)
|
---|
13 | (org-webring-display-attribution nil)
|
---|
14 | (org-webring-display-generation-time nil)
|
---|
15 | (org-webring-urls '(;; "http://guix.trop.in/feeds/blog.atom"
|
---|
16 | "https://drewdevault.com/blog/index.xml"
|
---|
17 | "https://wingolog.org/feed/atom"
|
---|
18 | "https://dthompson.us/feed.xml"
|
---|
19 | ;;"https://ambrevar.xyz/atom.xml"
|
---|
20 | ;; "https://stallman.org/rss/rss.xml"
|
---|
21 | "https://static.fsf.org/fsforg/rss/news.xml"
|
---|
22 | "https://planet.gnu.org/rss20.xml")))
|
---|
23 | (org-webring-generate-webring))
|
---|
24 | #+end_SRC
|
---|
Note:
See
TracBrowser
for help on using the repository browser.