Journelly - Org mode-backed journaling for iOS

I saw the Irreal post about Journelly, but mostly ignored it because I wasnā€™t looking for a new iOS journaling app. He did mention that Journelly is by Ɓlvaro RamĆ­rez, author of Plain Org, lmno.lol, and others, so that made things more interesting. What intrigued me most, though, was learning that Journelly is backed by plain-text Org Mode files. Bonus! Now it had my attention. Ɓlvaro was kind enough to let me into the TestFlight, and Iā€™m putting it through its paces this morning. ...

April 2, 2025 Ā· 380 words

Mu4e transient menu

I ran across something neat while reading the Mu4e release notes A (experimental) ā€œtransientā€ menu has been added for mu4e. You can use it e.g., with something like: (require 'mu4e-transient) (global-set-key (kbd "C-c m") #'mu4e-transient-menu) Itā€™s very handy!

March 29, 2025 Ā· 38 words

Using the Obsidian Web Clipper with Denote

I was feeling envious of theĀ Obsidian Web Clipper, which is quite fancy, so I thought Iā€™d try leveraging it for use withĀ Denote. My first run at this involves a couple of steps: Tweak the web clipper to save files using Denoteā€™s format and front matter Save the file without adding it to an Obsidian vault Move the saved file into my Denote folder Hereā€™s the Web Clipper template configuration I ended up with: ...

March 25, 2025 Ā· 282 words

Listing today's notes in Denote journal entry

While tinkering with Obsidian recently, something I liked was having a daily notes template with a Dataview query showing the other files Iā€™d added that same day. I added something similar for Denote. Itā€™s a Yasnippet: # -*- mode: snippet -*- # name: Denote insert today's links # key: dnl # -- #+begin: denote-links :regexp "^`(format-time-string "%Y%m%d")`$0" #+end I just run that after first creating the daily note and I get a list of links to the other Denote files from that day. Thereā€™s probably a way to automate that, but this is good enough for who itā€™s for. ...

March 18, 2025 Ā· 99 words

Toggle hidden files in Dired buffers

On macOS, hitting CMD-Shift-. in Finder toggles the display of hidden (.dot) files. I wanted the same thing in Dired mode.

March 8, 2025 Ā· 245 words

Denote and Howm, sitting in a tree

Using both Howm and Denote for my notes in Emacs. But why?

March 8, 2025 Ā· 749 words

Using Gnus for email

A week ago, I toyed with the idea of using Gnus for reading Email in Emacs. As expected, I hated it at first. But thenā€¦ ...

March 6, 2025 Ā· 842 words

I went a little nuts with Remember mode in Emacs

I went down a rabbit hole with the built-in Remember mode in Emacs today. ...

March 4, 2025 Ā· 595 words

Denote-search, a simple search utility for Denote

lmq-10/denote-search This package provides a search utility for Denote, the simple-to-use, focused-in-scope, and effective note-taking tool for Emacs. The command denote-search is the main point of entry. It accepts a query, which should be a regular expression, and then searches the contents of all the notes stored in denote-directory for it. The results are put in a buffer which allows folding and further filtering; all standard commands offered by Xref are available as well. ...

March 4, 2025 Ā· 147 words

Thursday, February 27, 2025

New t-shirt is funny. Iā€™ve been shopping for desktop computers to run Linux. Something easy and nice, like a low-mid range Thelios, maybe. This is a terrible idea and I should stop doing it at once. When do you think Iā€™ll finally find something that Iā€™m good at? There are too many people in my head. I like Matt Birchlerā€™s Quick Reviews app, but I wish it would look up the year/director for me. The new iOS app might do something like that, but I wonā€™t use the app on iOS. ...

Mist 34.0 | Low 32.6, High 35.6 Ā· 146 words

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: ...

February 24, 2025 Ā· 311 words

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 itā€™s really only a few flags. Notmuch doesnā€™t delete or move email on the server. This means Iā€™m managing, for example, my Inbox, in two places. Itā€™s not hard, but is it necessary? ...

February 19, 2025 Ā· 239 words

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) Now, the target list is a simple completion window showing the entire outline.

February 5, 2025 Ā· 61 words

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.Ā ...

January 17, 2025 Ā· 163 words

Reduce & Simplify - Redux 2025

I like the idea of building my own Emacs config, so I set Doom aside and (re)built my own configuration (mostly) from scratch.

December 31, 2024 Ā· 375 words

Emacs from scratch once again

I like the idea of building my own Emacs config, so I set Doom aside and (re)built my own configuration (mostly) from scratch.

December 14, 2024 Ā· 400 words

Adding an ID property to Org-mode files in directory

I wanted to add an :ID: property to several hundred files, but only if one didnā€™t already exist. I cheated and asked ChatGPT for help. It helped.

November 10, 2024 Ā· 530 words

A Doom Emacs status update after several days

Iā€™ve been back in Doom Emacs for a few days. This is how itā€™s going.

November 5, 2024 Ā· 471 words

Diving back into Org-roam

I am experimenting with using Org-roam again for my notes.

October 30, 2024 Ā· 475 words

Tweaks to my Dired config in Emacs

Listing directories first and hiding file details by default in Dired

September 17, 2024 Ā· 359 words