<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Org-Mode on Arthur's blog</title><link>https://blog.aheymans.xyz/tags/org-mode/</link><description>Recent content in Org-Mode on Arthur's blog</description><generator>Hugo</generator><language>en</language><copyright>Copyright © 2018–2024, Arthur Heymans; all rights reserved.</copyright><lastBuildDate>Tue, 14 Apr 2026 11:00:00 +0200</lastBuildDate><atom:link href="https://blog.aheymans.xyz/tags/org-mode/index.xml" rel="self" type="application/rss+xml"/><item><title>Talking to Org Mode from an AI Agent</title><link>https://blog.aheymans.xyz/post/talking-to-org-mode-from-an-ai-agent/</link><pubDate>Tue, 14 Apr 2026 11:00:00 +0200</pubDate><guid>https://blog.aheymans.xyz/post/talking-to-org-mode-from-an-ai-agent/</guid><description>&lt;p>
I have an AI assistant running on my server via &lt;a href="https://github.com/openclaw/openclaw">OpenClaw&lt;/a>. It lives in Telegram, can run commands, read files, and talk to my Emacs. The point isn&amp;#39;t having Emacs on the server — it&amp;#39;s having an agent that can &lt;strong>interact with my org-mode life&lt;/strong> from a chat window.&lt;/p>
&lt;p>
This is how that works and what you can do with it.&lt;/p>
&lt;img src="https://blog.aheymans.xyz/org-mode-agent.jpg" alt="/org-mode-agent.jpg" title="/org-mode-agent.jpg" width="100%"/>
&lt;div id="outline-container-headline-1" class="outline-2">
&lt;h2 id="headline-1">
The skill
&lt;/h2>
&lt;div id="outline-text-headline-1" class="outline-text-2">
&lt;p>
OpenClaw has a skill system — reusable modules that teach the agent how to do specific things. There wasn&amp;#39;t an org-mode skill available on the skill registry (&lt;a href="https://clawhub.com">ClawHub&lt;/a>), so I wrote one. It gives the agent programmatic access to Emacs in batch mode. The agent runs Emacs with &lt;code class="verbatim">--batch --eval&lt;/code>, loads org, and operates on your files directly. The skill lives at &lt;a href="https://github.com/ArthurHeymans/.doom.d/blob/main/skills/org-mode.md">github.com/ArthurHeymans/.doom.d/skills/org-mode.md&lt;/a>.&lt;/p></description></item></channel></rss>