Tag Archives: Emacs

Better Ergonomics Under X

T V Raman has a post that may be interesting to those of you who run Emacs under X. That’s probably just about everybody who isn’t using a Mac so many of you may be interested. The TL;DR is that … Continue reading

Posted in General | Tagged | Leave a comment

Tempo Templates

Nicolas Martyanoff has a post on something I didn’t know about: Emacs Tempo templates. I’ve been an Emacs user for somewhere between 15 and 20 years and I’d never heard of Tempp templates. On the one hand that’s pretty surprising. … Continue reading

Posted in General | Tagged | Leave a comment

Emacs Comes to Android

Here’s some good news: The F-Droid site now has a more or less complete implementation of GNU Emacs for the Android platform. I’m not sure Emacs on a phone is all that useful other than for dealing with Org files … Continue reading

Posted in General | Tagged | Leave a comment

Clocking and Status Changes

Just a quickie today courtesy of Mario Jason Braganza. Like most developers, Braganza is lazy in that good way that makes us search out ways to automate mundane tasks. Sometimes the automation doesn’t save much—or even any—time; it’s the principal … Continue reading

Posted in General | Tagged , | Leave a comment

Finding The Link To An Org Attach File

Matus Goljer (Fuco1), whose work I’ve written about many times before, has an interesting post on his use of org-attach. The point of the post is a way of automating the finding of the Org headline that points to an … Continue reading

Posted in General | Tagged , | Leave a comment

The Loop Macro Explained

If you’re a Lisper, you’re probably aware of the loop macro controversy. Few people are neutral: they either love it or hate it. I’m in the latter group. Although I’ve gotten to where I can mostly read a loop macro … Continue reading

Posted in General | Tagged , | Leave a comment

Supercharge Your Workflow With Yasnippet

I’ve long been an enthusiastic Yasnippet user and have written about it a few times. Its canonical use case is in programming to fill in primitives such as the for loop in C or a class definition in Python but … Continue reading

Posted in General | Tagged | Leave a comment

A Better Dired Listing

Sooner or later almost every Emacs user discovers Dired and becomes a dedicated—or even fanatical—user. It’s basically a file manager but embedded within Emacs. As I’ve mentioned before, I tend to be an old-timey sort of guy so my natural … Continue reading

Posted in General | Tagged | Leave a comment

Literature Review With Org-ref

If you’re a researcher or even a college student writing research papers, one of the arduous tasks waiting for you is the literature review. You probably start with a single paper and want to find related papers that address the … Continue reading

Posted in General | Tagged | Leave a comment

Code vs. Verbatim in Org Mode

If you do even a little writing in Org mode, you’ve almost certainly needed to occasionally typeset a word or sequence of words in a typewriter font. This, at least for me, comes up in two ways: I want to … Continue reading

Posted in General | Tagged , | Leave a comment