Tag Archives: Emacs

Email Templates with Yasnippet

Bin Chen is a busy guy and as a freelancer he gets lots of emails offering jobs. Each type of reply is mostly the same as all the others of that type so it makes sense to automate those replies … Continue reading

Posted in General | Tagged , | Leave a comment

Reproducible Research in the Small

As most of you know, I’m a big fan of reproducible research and have written about it many times. I usually think of it as something you do with a large project that is going to produce one or more … Continue reading

Posted in General | Tagged , | 2 Comments

From Date to Agenda

Here’s a useful tip for bringing up the agenda for a given date. If you have the point on an Org date, typing 【Ctrl+c Ctrl+o】 will bring up the agenda for that date. This is really useful if you have … Continue reading

Posted in General | Tagged , | Leave a comment

Avy

I’ve written several times about ace-jump-mode and how it’s now my main navigation tool. I’m also a huge fan of ace-winodw and use it through the excellent hydra from abo-abo that I use to control all my window operations. Abo-abo, … Continue reading

Posted in General | Tagged | Leave a comment

Colors and Emacs in the Terminal

Here’s a useful tip for those of you who run Emacs in a terminal.

Posted in General | Tagged | Leave a comment

Kitchin on Embedding Org in HTML

John Kitchin has an interesting post on embedding Org documents in HTML. The idea is that you embed the Org in a data URI so that the user can click on the URI and see the Org code. This is … Continue reading

Posted in General | Tagged , | Leave a comment

Defining the Word at Point

I just stumbled upon a new offering from abo-abo. It’s define-word, a very nice package that allows you to get a definition of the word at point. You can also specify the word in the minibuffer if you want. The … Continue reading

Posted in General | Tagged | 3 Comments

Mastering Emacs is Out

Mickey Peterson’s new book, Mastering Emacs, is out. I'm pleased to announce that my #emacs ebook, Mastering Emacs, is now out! https://t.co/Fg618KEiOA pic.twitter.com/m0KynKpyP5 — Mickey Petersen (@mickeynp) May 23, 2015 I’ve already got mine. I haven’t read it yet, obviously, … Continue reading

Posted in General | Tagged | 1 Comment

Calc Quick Reference

In a comment to one of my posts on calc, Sue D. Nymme (love that handle) mentioned that he was working on a quick reference for calc and kindly provided a sneak preview. Now he reports that he’s ready to … Continue reading

Posted in General | Tagged , | 2 Comments

Jumping to use-package Blocks in Your Emacs Configuration

Jordon Biondo published a useful gist that allows you to easily navigate to use-package blocks in your .emacs or init.el file. If you have lots of packages—and therefore lots of use-package blocks—you’ll find it useful. Biondo recommends that you install … Continue reading

Posted in General | Tagged | 3 Comments