Tag Archives: Emacs

Defining a Keymap Prefix

I’ve written about this before but it’s a useful technique and worth revisiting now and then. One of the problems all Emacs users face eventually is a lack of practical key sequences for commands. One way of solving this problem … Continue reading

Posted in General | Tagged | Leave a comment

Org Clocking and Idle Time

Marcin Borkowski (mbork) posts some useful information on Org mode clocking that I didn’t know. If you’re tracking your time on a task with Org mode clocking, it’s easy to forget to stop the clock when you finish or get … Continue reading

Posted in General | Tagged , | Leave a comment

Pandoc Upgraded

If you do a lot of your writing with Org mode the way I do, you may sometimes need pandoc to help with exporting your work. If you are one of those people, Karl Voit has some good news for … Continue reading

Posted in General | Tagged , | Leave a comment

Running Unit Test with Org Mode

Frédérick Giasson has a nice post in which he describes how he uses Org mode to run unit tests on his code. Actually, his goal is to combine the writing, documentation, and testing of his code in a single document … Continue reading

Posted in Programming | Tagged , | 1 Comment

Date Calculations in Org

One of the things that always causes confusion and that is hard to find in the documentation is making date calculations in Org. I was reminded of that when I saw a reddit question on making date calculations in an … Continue reading

Posted in General | Tagged , | Leave a comment

Filling and Unfilling Paragraphs with Emacs

Like me, Artur Malabarba is a heavy user of fill paragraph. I don’t use visual-line-mode when I’m writing so every time I make an edit I refill the paragraph. Malabarba apparently does the same but being Malabarba has found a … Continue reading

Posted in General | Tagged | Leave a comment

Malabarba: Mastering Emacs Review

A year ago, Mickey Petersen published Mastering Emacs, an excellent book for beginning and intermediate Emacs users. Oddly, although I’ve seen many tweets praising it, I haven’t seen any reviews. Happily, the prolific Artur Malabarba has remedied that. If you … Continue reading

Posted in General | Tagged | Leave a comment

You Must Use Emacs or Vi

Back in 2012, I wrote a blog post recounting my observation that the best developers tended to use either Emacs or Vim (and back then, possibly TextMate on OS X). I speculated that that might be because excellent developers choose … Continue reading

Posted in General | Tagged | Leave a comment

Writing A Custom Emacs Package

Al Scott is an Emacs user and JavaScript developer who’s interested in using the TDD method. He likes to use Mocha to run JavaScript scripts for testing. Unfortunately, there’s no easy way to do that from Emacs so Scott decided … Continue reading

Posted in General | Tagged | Leave a comment

Emacs as a (Python) IDE

A couple of years ago, Drew Werner gave a nice talk to the New York Emacs Meetup group on An Intelligent Python IDE with Emacs, Projectile, and Jedi. I came across a reference to it today and watched the video … Continue reading

Posted in General | Tagged | 1 Comment