Monthly Archives: February 2018

A Reproducible Research Toolkit

José A. Alonso’s tweet: Using Emacs, Org-mode and R for research writing in social sciences (A toolkit for writing reproducible research papers and monographs). ~ Vikas Rawal https://t.co/QaG4Ifq3Kh #Emacs #OrgMode #Rstats — José A. Alonso (@Jose_A_Alonso) February 26, 2018 led … Continue reading

Posted in General | Tagged , | Leave a comment

A Nice Mu4e Configuration

Steckerhalter tweets about configuring his mu4e configuration for multiple accounts. Whew, that took me a while to setup mu4e with multiple accounts correctly. But now it works like a pro. I even wrote a macro to create the contexts: https://t.co/CwPyEXYUO3 … Continue reading

Posted in General | Tagged , | Leave a comment

Org Spreadsheet Cheat Sheet

Yesterday, I pointed to Marcin Borkowski’s tip for easily entering formulae in Org mode tables. For most of us, Org tables provide all the spreadsheet functionality we need. I don’t remember the last time I fired up an actual spreadsheet. … Continue reading

Posted in General | Tagged , | Leave a comment

Setting an Org Table Formula

Marcin Borkowski has a useful reminder on how to easily assign a formula to an Org table cell or column. If you use the Org spreadsheet functionality, take a look.

Posted in General | Tagged , | Leave a comment

Video on Searching with Swiper

Those of you who hang around Irreal know that I’m a huge fan of the Ivy/Counsel/Swiper suite. It is, by far, the most important package I have installed1 and has improved my workflow in a major way. Uncle Dave has … Continue reading

Posted in General | Tagged | Leave a comment

Using Multiple Editors

I saw this tweet: Editors I use:#vim – git commits#emacs – org mode#atomeditor– work dev#vscode – side project dev (new thing) — Thomas Mattacchione (@tmkjone) February 20, 2018 and recoiled in horror. It’s not that I think Mattacchione is doing … Continue reading

Posted in General | Tagged | 7 Comments

Literate Benchmarking

I’ve written several posts that celebrate Org mode for its ability to document various tasks in a literate way, execute the code, and gather the results. The nice thing about this process is that you have everything together: Documentation of … Continue reading

Posted in General | Tagged , | Leave a comment

Zamansky 43: Playing Music with MPD

Mike Zamansky has posted another video in his Using Emacs Series. This video looks at playing music with MPD and Emacs. Of course, Emacs can’t play music on its own but it can be used to control music players, effectively … Continue reading

Posted in General | Tagged | 1 Comment

Brent’s Cycle Detection Algorithm

Anyone who’s prepped for a technical interview or who has an interest in algorithms is probably familiar with Floyd’s Tortoise and Hare algorithm for cycle detection in a linked list. The idea is that you traverse the list with two … Continue reading

Posted in General | Tagged | Leave a comment

Zamansky 42: Git Gutter and Git Time Machine

Mike Zamansky has another video up in his excellent Using Emacs Series. This time he looks at Git Gutter and Git Time Machine. These are a couple of small utilities that make working with Git files and repositories a bit … Continue reading

Posted in General | Tagged , | Leave a comment