source: content/rss.org.old@ 04b56e4

Last change on this file since 04b56e4 was eb2627e, checked in by w96k <w96k.ru@…>, on Oct 11, 2022 at 11:50:11 AM

Add Zettelkasten notes as Digital Garden

  • Property mode set to 100644
File size: 899 bytes
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.