Vibe-coded my first Android app: #AOC which stands for Android #Orgdown Capture.  

It's a simple app that will only do #orgmode syntax capture tasks to text files.

I still need to think about publishing the source as it's AI slurp and I won't provide any support for it. ๐Ÿค”

#PIM

sneak peek at my new emacs package (just open-sourced and still very unstable, but I'm too excited to not share anything about it)

#emacs #lisp #ai #hermes #orgmode

Ich habe ein "Cheap Yellow Display" - also einen ESP32 mit integriertem Display dafรผr genutzt, um meine Org-Agenda anzuzeigen. Zugegeben, das war viel Vibe-Coding mit Gemini. Aber es hat SpaรŸ gemacht. Und bringt mir hier auf dem Schreibtisch einen echten Mehrwert.

Wie habe ich das gemacht -> https://jan-iversen.de/posts/ein-display-fuer-den-kalender/

#emacs #orgmode

And of course this was going to happen wasn't it?

Refactor your documents org-mode style, just with ###s taking over for our friends the stars.

Each section header owns its tokens in the graph, so moving them is just a matter of reassigning the header and its content goes with it.

Same slug or whole graph, content addressable content doesn't care what its address is.

And when we're done, we'll clean up after ourselves like mom taught us

#emacs #orgmode

emacs has got to be the ultimate in empathetic computing

I've yet to not be able to get it to meet me where I am, in this case it's markdown editing and beefing up the undo capabilities of the old Oculus engine in Wanderland. Oculus was the graph based executable markdown that still runs the backend of all of my sites. Markdown + executable fences + a simple peek/poke/call API for anything in its graph. Content addressable stuff for doing like whatever.

tabulated-list-mode on <l>WoU displays the undo stack for the current node. P to toggle snapshot pinning (for preservation). N gives the snapshot a name (a la git tag).

Preview / Snapshot / Restore your markdown files like save points in an RPG (which is how we got into this mess in the first place)

#emacs #orgmode

Look, I found this to be really good, very interesting! https://kumakichi.github.io/org-github-pages.html #emacs #orgmode
build blog with orgmode and github pages

[The tool to do everything... even for the meaning of Life!] Since Wednesday 2026-05-20, "Denote version 4.2.0" has been released!
It's developped by Protesilaos Stavrou, aka Prot.
It's in text #format (plain text, or #Mardown, or #Orgmode).
It allows you to take notes very powerfully (tags, links & backlinks,...).
It works with #Emacs and Orgmode, which is for "your life in plain text" (calendar, TODOs, code, emails, speadsheet,...).
And it is at https://protesilaos.com/codelog/2026-05-20-emacs-denote-4-2-0/
Happy Denoting!
Emacs: Denote version 4.2.0

Information about the latest version of my Denote package for GNU Emacs.

Protesilaos

I recently contributed a patch to tagref that adds relative path support for file references, making it compatible with emacs org-modeโ€™s bracket-link syntax (for hyperlinks to other files).

Wrote about the motivation behind the PR and a minor tweak required in the emacs config to get tagref working seamlessly with org-mode. Thereโ€™s a brief introduction to tagref as well.

https://www.naiquev.in/tagref-can-now-be-used-with-org-mode-files.html

#OpenSource #emacs #orgmode

tagref can now be used with org-mode files

Lesson learned: org mode does NOT like big tables. A few dozen columns and a few hundred rows and it is painful.

#OrgMode

I have added to the Org Social specification the possibility of having invisible posts for bots (`:BOT:`).

In this example you can see an implementation for playing chess with the `chess` package from Emacs.

** 2025-05-21T10:06:00+0100
:PROPERTIES:
:BOT: chess e2e4
:REPLY_TO: https://bob.com/social.org#2025-05-21T10:03:00+0100
:CLIENT: org-social.el
:END:

  a b c d e f g h
8 โ™œ โ™ž โ™ โ™› โ™š โ™ โ™ž โ™œ
7 โ™Ÿ โ™Ÿ โ™Ÿ โ™Ÿ . โ™Ÿ โ™Ÿ โ™Ÿ
6 . . . . . . . .
5 . . . . โ™Ÿ . . .
4 . . . . โ™™ . . .
3 . . . . . . . .
2 โ™™ โ™™ โ™™ โ™™ . โ™™ โ™™ โ™™
1 โ™– โ™˜ โ™— โ™• โ™” โ™— โ™˜ โ™–
  a b c d e f g h

#emacs #orgmode #orgsocial #chess