I don't know why I'm patient with emacs, but I am.

org-babel using :results replace raw: "Oh, that just doesn't work and it's undocumented that it doesn't work. raw doesn't provide enough hooks for Babel to know where the output ends. Use drawer instead.

Me and other environments: "That's bullshit, that's stupid, how is this not documented, I can't deal with this."

Me and emacs: "Oh, yeah, I can totally see why that is. Teehee."

#emacs #orgbabel

The one downside to getting deeply into emacs.

#emacs #orgmode #orgbabel

Slowly coming around to using org-babel for most of my config files in emacs.

Here's where it's helpful: putting down context of why I added something or what I was trying to accomplish when I did. The trickiest part of using my own emacs config is that it's over twenty years old now and half the things I put in there I put in to support a very specific use flow that I don't even necessarily do anymore.

#emacs #orgbabel #orgmode

@Lambo #emacs #orgmode #orgroam #orgbabel what else does one need?! :D

Really enjoying this month’s #Emacs Carnival on #orgmode — especially the focus on #orgbabel!
Huge thanks to @donaldh for curating the topics.

For me, #orgbabel is where documentation, data, and computation truly meet — it turns notes into living, reproducible workflows.

I’ve written down why I think org-babel is a *ROOT technology*:
https://lukascbossert.de/posts/org-babel/

#Emacs #ROOT #LiterateProgramming

The source poster shows the guts: Emacs/Org-babel + LaTeX; noweb tangling; minted listings; multi-column layout. The complete source code! The poster is both publication and working research object. Example flow: query Zenodo via curl, download dataset, compute checksum, compare, then proceed with scripted transforms—transparent steps you can re-run. Everything is fully specified, so you can regenerate all of it from source. #Emacs #OrgBabel #TeXLaTeX #orgmode
https://doi.org/10.5281/zenodo.17157588
Screenshots into emacs org files in Windows

Related to my previous post, I needed to resolve the need to quickly take screenshots from Windows and put them in an org file in emacs. This proved a bit more difficult than I’d hoped; triggering a screenshot in Windows from emacs is non-obvious, and my attempts to use yank-media suggested that screenshots didn’t end up on the clipboard in a way emacs could see them. Other options I could find in melpa knew how to screenshot from XWindows, but not Windows.

Mark's Project Blog

https://screwlisp.small-web.org/emacs/writing-experience/

My #emacs #writing #writingExperience #emacsCarnival submission.

Discussing my transition to #eev away from being a heavy user of the popular #orgmode.

My writing primarily concerns #lisp #programming, so the difference between #eepitch and #orgBabel features heavily.

Looking forward to hearing from everyone including the other emacs carnivalians.

CC @greg (Writing Experience emacs carnival host)

Writing Experience - my eev & org comparison for emacs carnival

#Pikchr (pikchr.org) is a great little piece of software from the SQLite folks. It parses a little language for describing diagrams with boxes and lines and things, and puts out SVG.

#OrgMode (orgmode.org) has, among many other things, a way you can make code notebooks, #OrgBabel. Like #Jupyter, but less webby, and inside #Emacs, and supporting many languages - even multiple in the same document - thence its name.

Thanks to the ob-pikchr package by @SReyCoyrehourcq, Pikchr is one of the languages you can just write in the middle of your document this way.

Pikchr supports #darkmode, and I've just made a pull request that gets ob-pikchr in on the dark-mode game.

https://github.com/reyman/ob-pikchr/pull/1

Many thanks to Sebastien for the help ob-pikchr has provided in diagramming my thoughts! You go use it too!

#FreeSoftware

add dark mode support by jaredjennings · Pull Request #1 · reyman/ob-pikchr

Pikchr by default renders an SVG using black elements and a transparent background. When this picture is shown against a dark or black background, it can't be seen. But Pikchr has support for d...

GitHub
🧬 Ghostwritten Infrastructure: From Org Mode to Hardened YAML

Ever written an Ansible role in silence?Not just code – structured ritual.Where logic meets discipline.Where every variable is defined, documented, and deployed – within the same file. …

Tom's IT Cafe