Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Resilient technologies aren’t retro—they’re ROOT: Robust, Open, Ongoing, Time-tested.

Uncategorized
18 9 45

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    7 Views
    Question for Emacs wizards. I found a strange thing which I could not understand after reading the documentation (https://www.gnu.org/software/emacs/manual/html_node/emacs/Initial-Options.html) and even after reading the startup files, shipped with my Emacs 30.2.If I use the -q option — Emacs will add site-lisp directories to the load-path. But with -Q option — there are no site-lisp catalogs in the load-path. Why is this happens? Note: the option --no-site-lisp is not used in the both examples. So, as I understood after reading the https://www.gnu.org/software/emacs/manual/html_node/eintr/Site_002dwide-Init.html, even with --no-site-file (or -Q) the site-lisp catalogs should be added to the load-path in the both cases #Emacs #EmacsLisp #elisp #AskFedi
  • EmacsConf 2025 notes #emacs #emacsconf

    Uncategorized emacs emacsconf
    3
    0 Votes
    3 Posts
    7 Views
    @sachaThank you! 🫶🏻
  • 0 Votes
    1 Posts
    7 Views
    If you're using #lazyblorg as your static website generator: I've updated the project today.It now used "uv" for dependency management, script invocation and unit test execution. Furthermore, I adapted the code to match the #pandoc version of Debian 13 Trixie.Although you need to adapt a few things (mainly path settings in a shell script), this update should actually improve and simplify things for you as well.https://karl-voit.at/tags/lazyblorg/https://github.com/novoid/lazyblorgHTH 🙇 #publicvoit #Emacs #Orgmode #orgdown
  • 0 Votes
    1 Posts
    21 Views
    I have deployed the first public version of Org Social Relay 🥳.You can open or use: https://org-social-relay.andros.dev/Do you want to test it?```# List all feeds known by the relaycurl https://org-social-relay.andros.dev/feeds/# List all mentions for a given feedcurl https://org-social-relay.andros.dev/mentions/?feed=[your URL]# Examplecurl https://org-social-relay.andros.dev/mentions/?feed=https://andros.dev/static/social.org```Check the https://github.com/tanrax/org-social-relay?tab=readme-ov-file#api-status for more information.#emacs #orgsocial #orgmode