Tag Archives: Emacs

Adding Custom CSS to a WordPress Site

When I first started blogging with WordPress, I needed some custom CSS. Being a WordPress n00b, I simply added it to the theme’s CSS file that controls what the site looks like. Of course, that bad decision came back to … Continue reading

Posted in General | Tagged , , | Leave a comment

Sacha on Supplying an Argument to a Capture Template Function

Org mode capture templates are more flexible than you might think. You can specify that the entry be stored in a file in a variety of ways. You can, for instance, ask that it be put in a date tree … Continue reading

Posted in General | Tagged , | Leave a comment

Writing Mastering Emacs

Mickey Petersen has a really interesting post on the technical details of how he wrote Mastering Emacs. It’s not surprising that he used Emacs, of course, but less obviously he chose reStructedText as his source format. That choice was driven … Continue reading

Posted in General | Tagged | 1 Comment

Evaluate An Expression and Insert the Result

A handy tip from Wilfred Hughes Emacs tip of the day: M-: evaluates elisp snippets, but C-u M-: inserts the result into the current buffer. Really handy for quick scripts. — Wilfred Hughes (@_wilfredh) May 26, 2015 It’s easy to … Continue reading

Posted in General | Tagged | 2 Comments

The Editor Wars

Colin Weir nicely captures the absurdity of the editor wars: @marcoarment We also argue which 1970s text editor is best to use in a 1990s emulator of a 1980s terminal — Colin Weir (@radiocolin) May 18, 2015

Posted in General | Tagged | 2 Comments

Filtering by Tag in EShell

Howard Abrams has a nifty bit of Elisp that allows you to filter on file tags in eshell. As an example of his idea, suppose I want to list all my blog posts with a tag of “Emacs”. I can … Continue reading

Posted in General | Tagged , | Leave a comment

Message Mode

mbork has a nice post on message-mode. The mode is meant to support email message editing. As mbork explains, there are several functions that make manipulating a message buffer easier. He’s using it with mu4e but notes that it’s handy … Continue reading

Posted in General | Tagged | 8 Comments

Moving from Vim to Emacs with Evil

Aaron Bieber, an engineer from Wayfair, gave a great talk to the Boston Vim Meetup on his journey from Vim to Emacs. Bieber was a serious Vim user who had about 15 years experience with it. During that time he’d … Continue reading

Posted in General | Tagged , | Leave a comment

Writing a Master Thesis in Org Mode

One way or another, I end up using Org mode for almost all my writing. Blog posts are easy to write in Org and then export with org2blog, and Org brings all the power of LaTeX with an easier interface. … Continue reading

Posted in General | Tagged , | 4 Comments

A System Wide Org Capture Key

Over at Think *NIX, PRJ2 has a nice post on setting up a system wide key to invoke Org capture. The idea is that even if Emacs isn’t running it will be launched and Org capture automatically called. He assigns … Continue reading

Posted in General | Tagged , | Leave a comment