Tag Archives: Emacs

Sharing Data Among Org-mode Blocks

John Kitchin has another excellent post on leveraging Emacs and Org-mode. This time, he considers sharing data between Org-mode code blocks. Most Org-mode users know about naming code blocks and using the results of the computation in another code block … Continue reading

Posted in General | Tagged , | Leave a comment

NeoTree and Perspectives

A lot of people like to organize their workflow around projects, mostly via Bozhidar Batsov’s excellent projectile package. Some of those people go further and use a package like perspective to provide each project with its own workspace. I don’t … Continue reading

Posted in General | Tagged | Leave a comment

Org Capture and Refiling

Like me, Matus Goljer (fuco1) is a heavy user of Org-capture. I’ve got 11 templates that cover all sorts of events that I want to capture. Goljer has a similar number of templates but his taxonomy is much richer than … Continue reading

Posted in General | Tagged , | Leave a comment

Using Keyboard Macros to Ease Drudgework

I usually use keyboard macros to repeat some editing operation that’s too complicated for iedit, multiple cursors, or search and replace. It’s astounding how useful it can be and every Emacser should learn to use them. Recently, Arne Babenhauserheide tweeted … Continue reading

Posted in General | Tagged | Leave a comment

Calc Tutorial

Longtime Irreal readers with good memories will recall that sometime ago I resolved to get better with Emacs Calc. Although I haven’t written much about it, I have been making progress. It’s now my go-to calculator and I’ve learned all … Continue reading

Posted in General | Tagged | Leave a comment

Run Your Life With Emacs

Over at the Keyhole Development Blog, Garrett Hopper explains why he runs his life with Emacs. Like many of us, he hates having to switch context when he changes the application he’s using. Each application has its own key bindings … Continue reading

Posted in General | Tagged | Leave a comment

Org 9.2.1

Bastien announces the arrival of a new Org-mode release: #emacs #orgmode 9.2.1, a bugfix release, is out. Enjoy! — Bastien Guerry (@bzg2) February 3, 2019 It’s a bug release so it’s probably worth upgrading even if you don’t track Org … Continue reading

Posted in General | Tagged , | Leave a comment

Howard Abrams’ GTD Workflow

Howard Abrams is rethinking his GTD workflow and has written a three part post that describes his evolving scheme. The first part is here; there are links to the next part in each post. The basic idea is that every … Continue reading

Posted in General | Tagged , | Leave a comment

Zamansky 56: Dictionaries and Thesauri

Mike Zamansky has another video up in his Using Emacs Series. This time it’s about dictionary and thesaurus apps for Emacs. Like many of us—or, perhaps, most of us—Zamansky uses Emacs for almost every chore that involves text: he reads … Continue reading

Posted in General | Tagged | Leave a comment

The Emacs C API

As you probably know, Emacs now has a C API that allows you to write extensions in C or any language that provides C bindings. Via Wilfred Hughes we have a pointer to this excellent documentation on how to use … Continue reading

Posted in General | Tagged | Leave a comment