Tag Archives: Emacs

Nicolas Petton on GTD with Org Mode

Nicolas Petton over at Emacs CafĂ© has an excellent post on how he uses Org Mode for Getting Things Done (GTD). You can find many articles that cover this material but I like Petton’s because he shows in detail how … Continue reading

Posted in General | Tagged , | Leave a comment

Indenting and Pretty Printing a Sexpr

Over at the Emacs Stack Exchange, Jue asks if there’s something equivalent to fill-paragraph for S-expressions. Part of the problem is that paredit redefines Meta+q so fill-paragraph appears not to work. It turns out, though, that there is a command … Continue reading

Posted in General | Tagged | Leave a comment

Some Common Items for Your Emacs Configuration

Xah Lee has a nice page describing some common configuration settings that you can add to your init.el. It covers such things as how to show line numbers, have sentences end with a single space, and many others (see below). … Continue reading

Posted in General | Tagged | Leave a comment

Tutorial on Ivy, Counsel, and Swiper

Michael Hunsinger has a very nice tutorial on using Ivy and the associated packages Counsel and Swiper. I’ve been an ardent user of these packages ever since Mike Zamansky turned me onto them with this video. In addition to user-level … Continue reading

Posted in General | Tagged | Leave a comment

Five Org Mode Features

Aja Hammerly has a post that those trying to decide whether or not Org mode is for them may find useful. Hammerly is a developer advocate for the Google Cloud Platform. As such, she writes tutorials, gives talks, and even … Continue reading

Posted in General | Tagged , | Leave a comment

Zamansky 35: Blogging

I discovered Mike Zamansky’s blog about a year ago when I wrote about his transition to Nikola as a blogging platform. Shortly afterwards, he began his Using Emacs Series. His latest video has, in effect, come full circle as he, … Continue reading

Posted in General | Tagged , | Leave a comment

Choice Lists for Yasnippets

This will probably be up on Planet Emacsen before I have a chance to publish it but if you haven’t already seen it be sure to take a look at Ben Maughan’s really excellent tip on Yasnippets. He shows how … Continue reading

Posted in General | Tagged | Leave a comment

Org2blog/wp and Multibyte Characters

I love blogging with org2blog. I write my posts as normal Org documents and org2blog takes care of everything else including renaming and uploading jpegs and things like that. About a year ago, I started having problems with org2blog dying … Continue reading

Posted in General | Tagged , | Leave a comment

Protecting Line Breaks from Fill

Here’s a nice tip from Marco Wahl on protecting line breaks from the fill command in Org mode. \\ protects breaks from fill (M-q) in #orgmode. Linebreaks survive fill \\In Org thanks backslash two times. \\Somenone starts #Emacs. — (@mrcwhl) … Continue reading

Posted in General | Tagged , | Leave a comment

Make M-RET better in Org Mode

If you’re an Org mode user you probably know that Meta+Return can be used to create a new headline, list item, or table field. One minor annoyance is that by default it will split line you’re on at the point, … Continue reading

Posted in General | Tagged , | Leave a comment