@publicvoitI agree with you: I've moved from Markdown to OrgMode after many years using the lovely QOwnNotes (and translating 90%+ of it in Italian) because of the different flavours of Markdown.But just like Mercurial is way simpler than Git, but the world is using Git or Betamax was better than VHS, ... well, usually it's a mix of things not helping a technology.Codeberg is great, but project README in OrgMode breaks up, so I have to forward people to the GitHub mirror; @oantolin
#TIL that in #less, if you enable case-insensitive searching, it only searches insensitively if your search string is all lower case. As soon as you include a capital letter in the search string, it goes back to searching case-sensitively regardless.Weird how it's easy to miss things like that. I knew that happened in #emacs, but somehow, in 20 years I'd never noticed it in less.I presume the rationale (in both tools) is that if you went to the extra effort of typing the capital letter, you meant it. I found out that less did this by _pasting_ a search string into it, which invalidates that assumption – it would have been _more_ effort for me to deliberately downcase the string I pasted.So I guess I must have never done that before, or else, wasn't paying attention when I did!
@rivercityrandom Writing a novel in #emacs is quite straightforward and not very different from, uh, writing a novel.Here is how I do it: starting with chapter 1 I would hit the following keys: Shift+C, h, a, p, t, e, r, space, 1. Hope that helps.
I can finally say that I've finished implementing everything I wanted to in the timeline. Do you like it?You can update to enjoy it.#emacs #orgsocial #orgmode
@chesheerConsidering the ratio, 73kB vs. 439MB, @libreoffice is then the best file compressor ever, presumably.How have you exported it?Have you instead tried to simply unzip the original ODS?
So, what about this skeleton page?#+OPTIONS: toc:nil#+TITLE: Knowledge 枯山水 (/karesansui/): Paths to Other Gardens# -*- mode: org; coding: utf-8-dos; -*-* My Garden** Knowledge 枯山水 (/karesansui/):PROPERTIES::CUSTOM_ID: mygarden-https://marcoxbresciani.codeberg.page:END:[[https://marcoxbresciani.codeberg.page]]* Paths to Other Gardens#+INCLUDE: "https://another.garden.url/gardens.org::#mygarden-https://another.garden.url"
I have published version 1.3 of the Org Social specification.https://github.com/tanrax/org-social?tab=readme-ov-file#13Except for minor adjustments, I do not intend to modify it for a long time.#emacs #orgsocial #orgmode
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
Org social has HTML previews for other social networks 🥳Example: https://andros.dev/static/preview/2025-09-14T09-22-09plus0200.htmlCode: https://github.com/tanrax/org-social-preview#emacs #orgsocial
@andre123 Ho usato per parecchio tempo Zettlr e mi sono abituato a MD, ma ultimamente ho provato "più seriamente" Emacs e... lo adoro. È diventato il mio editor preferito, credo sia secondo soltanto a VSCodium che resta leggermente più facile da usare.org-mode è intuitivo quanto MD, quindi zero problemi e anzi, offre parecchio in più. ^_^
I modifed the M-x Calendar so that it displays 2 decimals instead of 1 and displays red and blue colors for week ends like the japanese calendar. I never had real work coding experience with other peoples code and it feels quite rewarding #lisp #gnu #guile #elisp #emacs #lambda #linux #bsd #debian #tech #os
This work will help us understand and fix performance issues both during development/testing and in production. The work on the Superblock addon will improve it to gain modern moderation features required by the fediverse today.
Hubzilla is a fediverse platform with a strong focus on owning and controlling your own data. It is one of the longest running active projects in the fediverse, and has pioneered features like cross-site authentication, nomadic identity, comment controls and granular permissions enforced by the server. With functionality way beyond mere sharing of status updates and posts, Hubzilla is an extensible platform that aims to be a more complete home on the web.
@fediversereport@mackuba this is not a problem of the plugin itself. you seem to use a caching plugin that does not support Accept header variations. you can disable content negotiation in the advanced settings.
if you tell me what caching plugin you use, I can also check if there might be an alternate workaround.
@fediversereport @mackuba this is not a problem of the plugin itself. you seem to use a caching plugin that does not support Accept header variations. you can disable content negotiation in the advanced settings.if you tell me what caching plugin you use, I can also check if there might be an alternate workaround.