Tag Archives: Emacs

Find Org Files

Howard Abrams has a nifty idea. Open an Org file by its file name, title, or the tags it contains. If, like me, the majority of the files you deal with are Org files this make a lot of sense. … Continue reading

Posted in General | Tagged | Leave a comment

Why Use Emacs, Vim, and Other Nerdy Software

Derek Taylor over at DistroTube has a video that asks the question, “Why should you use Emacs, Vim, and other nerdy software?” That’s not a hard question for Irreal readers but Taylor has an unusual perspective. Even though he constantly … Continue reading

Posted in General | Tagged , | Leave a comment

Org-roam Workflow

Dominik Honnef has a nifty post that describes his Org-roam based workflow for taking notes and writing articles. It’s a very thorough and complex system that captures notes, articles that he reads on the web, articles for his blog, and … Continue reading

Posted in General | Tagged , | Leave a comment

A Nice Example of Using Bug-hunter from Sacha

Sacha Chua has a great post on using bug-hunter. She had a problem in her large Emacs configuration file and used bug-hunter to find it. If you’re like me—and apparently Sacha—you won’t use it very often but when you’re trying … Continue reading

Posted in General | Tagged | Leave a comment

Sudo-edit

Here’s a nifty bit of Elisp to make opening a file as root a bit easier: #Emacs Tip of the day: Opening a file as root (screenshot attached). If you `M-x uf/sudo-edit`, it will ask for a filename and open … Continue reading

Posted in General | Tagged | Leave a comment

Red Meat Friday: Life Of An Emacser

As anyone who has ventured into the event horizon of their Emacs configuration knows, it can be extraordinarily difficult to get out. As the cartoon suggests, sometimes it can even suck up every available mental cycle leaving no time for … Continue reading

Posted in General | Tagged , | Leave a comment

A Short Essay on Reproducible Research

As everyone around here knows, I am a big fan of reproducible research and the idea of including data, code, and explanatory text in the same file. For researchers, that makes it easy for others to verify and extend the … Continue reading

Posted in General | Tagged , , | Leave a comment

Customizing Org Mode Exports

I have a longstanding fascination with document layout. It’s something I first learned from Rich Stevens. His books were always visually beautiful with a layout that showed an obsessive attention to detail. Fortunately, he wrote about his process extensively on … Continue reading

Posted in General | Tagged , | Leave a comment

Referring To Lines Between Regular Expressions In Org

Sacha Chua has a problem. From an Org file, she’d like to link to and possibly include a set of consecutive lines in another (or, I suppose, the same) file. The problem is that the target file may not be … Continue reading

Posted in General | Tagged , | Leave a comment

Completions In Emacs 29

Speaking of Emacs 29 goodness, Robert Enzmann has a post that describes the new completions functionality in Emacs 29. Those changes mainly involve new configuration settings that subtly change how completions work. The first set of settings items configure what … Continue reading

Posted in General | Tagged | Leave a comment