Tag Archives: Emacs

Gnus on Windows

As most Emacers know, two of the most difficult things involving Emacs are Getting it to work well on Windows, and Configuring and using Gnus. So, of course, Sacha Chua decided to do both at the same time. In the … Continue reading

Posted in General | Tagged | 2 Comments

Asynchronous Python in Org Mode

John Kitchin is so busy turning out little Emacs jewels it’s a wonder he has any time to do Chemical Engineering. Of course, most of those jewels are in the service of solving problems with his research and his latest … Continue reading

Posted in General | Tagged , | Leave a comment

Chris Wellons on Emacs and RSA

Chris Wellons likes to make Emacs do unexpected things (see 1, 2, and 3 for instance). His latest example is an implementation of the RSA public key algorithm in Emacs Calc. It’s only a toy implementation, of course, but the … Continue reading

Posted in General | Tagged , | Leave a comment

Moving Through Edits

Ben Maughan over at Pragmatic Emacs points to a useful package that lets you move back and forwards through editing changes. It’s implemented in the Goto Chg package. The easiest way of thinking about it is that it behaves like … Continue reading

Posted in General | Tagged | Leave a comment

PDF Tools for Emacs

Over at Thoughts on Code and History, Matt Price has a nice post on Note Taking with PDF Tools and Emacs. PDF Tools is a replacement for DocView but with extended capabilities. Rather than build the PDF image in the … Continue reading

Posted in General | Tagged , | 2 Comments

Capture Web Pages as an Org Structure

The other day, I wrote about using lynx to capture a Web page as text. Later, No Thanks had another, better, suggestion @arghwhy Nice! fetch HTML into its #OrgMode structure, not just text. Thanks. — Mike Sample (@mikesample) November 12, … Continue reading

Posted in General | Tagged , | Leave a comment

Org Ellipsis

It’s a bit silly, I suppose, but I really like this. It really does make things less cluttered.

Posted in General | Tagged , | Leave a comment

Capturing Links with org-protocol

A year ago, I wrote about how I quickly grab browser links and site links directly from Emacs. My solution leverages applescript so it’s usable only on OS X. Since I do all my writing on OS X, I’ve never … Continue reading

Posted in General | Tagged , | 2 Comments

Textified Web Pages in Emacs

If you have lynx installed, here’s a handy tip from Mike Sample: #Emacs #Orgmode is awesome for research notes. Pull text-ified webpages into the buffer with #nomouse C-u M-! lynx –dump <URL-to-good-page> — Mike Sample (@mikesample) September 28, 2015

Posted in General | Tagged | 2 Comments

New Maintainer

Emacs has a new maintainer. Thanks to John Wiegley for taking on a hard, and often thankless, job. Wiegley has been very active in Emacs development—including authoring the wonderful use-package and eshell packages—and has lots of good ideas. If you’re … Continue reading

Posted in General | Tagged | Leave a comment