Emacs


Org mode capture template for creating Howm TODOs

My use of Howm has continued to grow organically. In other words, I don't set out to use Howm, it just happens :). One of Howm's unique features is its TODO implementation: Format of schedule and todo: [2002-10-21]@1 schedule -- (shown in schedule part. @3 = "

Emacs

I think I have to go back to Mu4e

I "settled" on using notmuch for my email, but now I'm reconsidering that decision. Notmuch is great, but using it forces me to have two email stores. One is IMAP (via Fastmail). The other is my local notmuch database. Mbsync keeps things kind of synced, but

Emacs

An improvement to org-goto from James Dyer

I hesitate to use org-goto in my Org mode files because I find the UI for it to be confusing. In a recent post, Streamlining Navigation in Org-Mode using an adapted org-goto, James Dyer makes some nifty improvements. The TL;DR is this: (setq org-goto-interface 'outline-path-completionp) (setq org-outline-path-complete-in-steps nil)

Emacs

Prevent Org-todo from messing with windows

When I have two Emacs windows split side-by-side in a frame, calling org-todo opened a full-width window at the bottom of the frame. This would be fine, but then when dismissing the selection window, it would wipe my previous window layout and I'd be left with a single

Emacs

Vanilla to Doom to Vanilla

I'd been happily using Doom Emacs until just over a month ago, when I decided to start from scratch again. It didn't take long before I started missing some of the niceties of Doom. I'm faster when using Doom/Evil, and sometimes it'

Emacs