Tag Archives: Emacs

Advanced Usage of the Org Agenda

A great deal of my Emacs tube time is spent displaying the Org agenda. My use of the agenda is probably not standard: I use it mainly as a portal into my log type entries. There are some TODO entries … Continue reading

Posted in General | Tagged , | Leave a comment

Setting the Initial Visibility of Magit Sections

Like most Emacsers, I very seldom restart Emacs. When I do it’s usually because I just finished my weekly ELPA update. Despite my extensive configuration, Emacs starts up reasonably quickly for me but I still hate restarting it. The major … Continue reading

Posted in General | Tagged , | Leave a comment

Roam Research

Those of you who have been paying attention know that I’m embarking on a project to implement a Zettelkasten to organize my notes and ideas. My current plan is to base this on Jethro Kuan’s org-roam. Org-roam is an Emacs … Continue reading

Posted in General | Tagged , , | Leave a comment

Emacs By Macros 6

Sahas Subramanian is back with another excellent episode of learning Emacs through keyboard macros. This video covers editing macros to correct or change a macro without starting over. If you have a long and complicated macro, that can be a … Continue reading

Posted in General | Tagged | Leave a comment

Zamansky 71: Openwith

Mike Zamansky, freshly back from a bout with COVID-19, has a new video in his Using Emacs Series that considers the openwith package. The backstory is a long standing annoyance in Zamansky’s workflow: although he can open non-text files such … Continue reading

Posted in General | Tagged | Leave a comment

Better Emacs Configuration with use-package

Menno Finlay-Smits has an interesting post on using John Wiegley’s use-package package. It’s a fairly short post but Finlay-Smits makes a good case that the package make Emacs configuration cleaner and easier. As he also points out, it’s easy to … Continue reading

Posted in General | Tagged | Leave a comment

Zetteldeft

This is another entry in my series of posts on the idea of a Zettelkasten. Although I’ve mostly written about and am planning to use org-roam, that’s not the only possibility. Elias Storms built his own Zettelkasten by leveraging the … Continue reading

Posted in General | Tagged , , | Leave a comment

Zettelkasten Explained

I’ve finished reading Sönke Ahrens’ How to Take Smart Notes and, as promised, I’ve started exploring Jethro Kuan’s Org-roam as a way of implementing my own Zettelkasten. I’ve downloaded and installed Org-roam and am currently going over the documentation. In … Continue reading

Posted in General | Tagged , , | Leave a comment

Learning Emacs with Macros 2–5

After I wrote about the first Learning Emacs with Macros video, I kept an eye out for subsequent episodes because I really liked the first. I didn’t see any but in the latest edition of Sacha’s Emacs News I saw … Continue reading

Posted in General | Tagged | Leave a comment

Minibuffer Help

Just a quickie today. Marcin Borkowski (mbork) has a useful post on providing help in the minibuffer. It turns out that you can always type Ctrl+h when responding to a prompt in the minibuffer. If you have some code prompting … Continue reading

Posted in General | Tagged | Leave a comment