Search Results for: calc

A Flush-lines Example

I’m fond of telling stories about folks using Emacs to solve difficult—or at least complicated—problems but Emacs is probably used more often to solve simple, one-off problems. These problems typically don’t require anything fancier than, maybe, keyboard macros. Mario Jason … Continue reading

Posted in General | Tagged | Leave a comment

Casual Dired

Charles Choi is on a roll. He discovered the trick of improving the interfaces to various Emacs functionalities by capturing them in a transient menu. I’ve already written about his considerable contributions to the usability of Calc: my last post … Continue reading

Posted in General | Tagged | Leave a comment

Symbolic Math With Casual

One of the least appreciated features of Emacs is Calc. At it’s most basic it provides an RPN calculator much like a traditional HP scientific calculator. It’s reasonably easy to learn this functionality but Calc offers much, much more. It … Continue reading

Posted in General | Tagged | Leave a comment

Custom Functions In Org Tables

Most Org users know that there are built in functions that can do things like sum some or all of the entries in a row or column of a table. The set of functions is actually much richer than simply … Continue reading

Posted in General | Tagged , | Leave a comment

Query Replace Regexp

Susam Pal has a nice reminder on using query-replace-regexp. Most Emacs users know about the command and its binding Ctrl+Meta+% but Pal’s post mentions some less known features that can be very useful. The first—and simplest—is using \& in the … Continue reading

Posted in General | Tagged | Leave a comment

Editing LaTeX With Emacs

Michael Neuper has a very nice article on Efficient LaTeX Editing With Emacs. As far as I know, there’s only two reasonable ways of doing that: Org Mode AUCTeX Org mode is good for what might be called “light weight” … Continue reading

Posted in General | Tagged | Leave a comment

Converting an Excel Spreadsheet to an Org Table

I no longer use spreadsheets and haven’t for a long time. I don’t think there are any spreadsheet instances on any of my computers and if there are, they are relics from the mists of time. Any spreadsheet operations that … Continue reading

Posted in General | Tagged , | Leave a comment

Improving IELM

If you’ve been around Emacs long enough to learn some Elisp, you probably know about IELM, the Inferior Emacs Lisp Mode. It provides an Elisp REPL that is often easier to use than evaluating separate Elisp statements. It’s one of … Continue reading

Posted in General | Tagged | Leave a comment

Beating The House At Roulette

This post isn’t strictly within the purview of Irreal but I think it will appeal to the nerd in all of us. Most of you know that a perfect roulette wheel produces completely random results but, of course, no wheel … Continue reading

Posted in General | Tagged | Leave a comment

Tracking Tax Documents With Org Mode

As I’ve written many times, I use Org mode to organize a ridiculous percentage of my life and can’t imagine living without it. It’s just so powerful that I keep finding new uses for it. The problem is, though, it’s … Continue reading

Posted in General | Tagged , | Leave a comment