Tag Archives: Emacs

Exporting Org to HTML

Jake B has a helpful video on exporting Org files to HTML. Irreal readers almost certainly knows how to do this so why am I writing about it? As you know, you can tweak your Org file to pull in … Continue reading

Posted in General | Tagged , | Leave a comment

REPL Driven Development

David Vujic has a nice post on interactive programming—what he calls “REPL driven development”—and the huge difference it’s made to his development workflow. His post, Test Driven Development Deluxe, recounts his frustration with having to switch context from the code … Continue reading

Posted in General | Tagged | Leave a comment

Fixing Two Spaces Between Sentences

Marcin Borkowski (mbork) has an interesting post on how to deal with two spaces after a sentence when transferring data from Emacs to an external application via the clipboard. The problem is that mbork likes to use two spaces so … Continue reading

Posted in General | Tagged | Leave a comment

(goto-char 1) vs. (goto-char (point-min))

Here’s a short tip for all you Elispers that clears up an obscure point about moving around in buffers. For a long time I’ve been dimly aware that the preferred way to move to the start of a buffer is … Continue reading

Posted in General | Tagged , | Leave a comment

Video Demonstration of Org-roam

If you’re wondering what org-roam is all about, there are a couple of useful videos over at the YouTube Emacs Elements channel. The first video explains what org-roam is and how it works. It works through a couple of examples … Continue reading

Posted in General | Tagged , | Leave a comment

Emacs Editing

Over at the Emacs subreddit, WorldsEndless has an interesting post that considers Emacs as a text editor. That is, how convenient is it to edit text with Emacs, putting any of its other virtues aside. He considers both the built-in … Continue reading

Posted in Blogging | Tagged | Leave a comment

Mouseless

If you grew up with computers using a GUI interface, the idea of not using a mouse probably seems ridiculous. Why would anyone want to do that? As I’ve said in other contexts, you can live without air conditioning too … Continue reading

Posted in General | Tagged , | Leave a comment

An Example of Literate Programming

As I’ve mentioned before, I’m ambivalent about literate programming. I love the idea of it and absolutely agree with all its claimed strengths but I’ve never been able to embrace it in practice. The major problem, I think, is that … Continue reading

Posted in General | Tagged , | Leave a comment

Transient Mark Mode

If you’ve been an Emacs user for a while, you probably know what transient mark mode is and you might even know that its use is—or was—controversial. It used to be disabled by default but in Emacs 23 the default … Continue reading

Posted in General | Tagged | Leave a comment

Symlink Copying with Dired

Marcin Borkowski (mbork) has a handy tip concerning something I didn’t know about. If you use dired—as you should—for your file operations and you know that you can use C to copy one or more files. By default, the command, … Continue reading

Posted in General | Tagged | Leave a comment