Planet Emacslife
Jack Baty: Consolidating my email handling in Emacs
https://baty.net/posts/2025/04/consolidating-my-email-handling-in-emacs/
Jack Baty: Consolidating my email handling in Emacs
https://baty.net/posts/2025/04/consolidating-my-email-handling-in-emacs/
Baty.net
Consolidating my email handling in Emacs
If I were to only have one computer, I’d use notmuch for email in Emacs. I might also import non-email stuff as notmuch messages so I can search everything in one place.
But, I now have 3 computers; 2 running macOS and one running (Fedora) Linux. Notmuch…
But, I now have 3 computers; 2 running macOS and one running (Fedora) Linux. Notmuch…
Planet Emacslife
Cameron Desautels: Fixed Order Sorting in Clojure
https://camdez.com/blog/2025/04/23/fixed-order-sorting-in-clojure/
Cameron Desautels: Fixed Order Sorting in Clojure
https://camdez.com/blog/2025/04/23/fixed-order-sorting-in-clojure/
camdez
Fixed Order Sorting in Clojure
Here’s another tidy bit of Clojure that makes me happy…
Of course it’s easy to sort items in the natural order:
(sort [1 3 4 2]) ; => (1 2 3 4)
Or via a mapping to elements that sort in a natural order:
(sort-by count ["xx" "xxx" "x"]) ; => ("x" "xx"…
Of course it’s easy to sort items in the natural order:
(sort [1 3 4 2]) ; => (1 2 3 4)
Or via a mapping to elements that sort in a natural order:
(sort-by count ["xx" "xxx" "x"]) ; => ("x" "xx"…
👍1
Planet Emacslife
Matt Maguire: Plain Text Accounting with Emacs – Part 2
https://www.teachmaths.org/20250424-pta-emacs2/
Matt Maguire: Plain Text Accounting with Emacs – Part 2
https://www.teachmaths.org/20250424-pta-emacs2/
Matt's Musings
Plain Text Accounting with Emacs – Part 2
Following up from my previous article on using Emacs to maintain a plain-text ledger for use with plain text accounting software: I reconfigured my Doom Emacs to use the pre-packaged Ledger mode, and I can confirm that it is much nicer to use than the hledger…
Planet Emacslife
James Dyer: Ollama-Buddy 0.9.35: Grok, Gemini Integration and Enhanced Sessions
https://emacs.dyerdwelling.family/emacs/20250424085731-emacs--ollama-buddy-0-9-35-grok-gemini-integration-enhanced-sessions/
James Dyer: Ollama-Buddy 0.9.35: Grok, Gemini Integration and Enhanced Sessions
https://emacs.dyerdwelling.family/emacs/20250424085731-emacs--ollama-buddy-0-9-35-grok-gemini-integration-enhanced-sessions/
Planet Emacslife
Christian Tietze: Keep .org File Outline Items Sorted Alphabetically
https://christiantietze.de/posts/2025/04/keep-org-mode-items-sorted-alphabetically/
Christian Tietze: Keep .org File Outline Items Sorted Alphabetically
https://christiantietze.de/posts/2025/04/keep-org-mode-items-sorted-alphabetically/
Christian Tietze
Keep .org File Outline Items Sorted Alphabetically
Use org-sort and before-save-hook to keep a file sorted at all times.
Planet Emacslife
The Emacs Cat: Emacs Time Stamp
https://olddeuteronomy.github.io/post/emacs-time-stamp/
The Emacs Cat: Emacs Time Stamp
https://olddeuteronomy.github.io/post/emacs-time-stamp/
olddeuteronomy.github.io
Emacs Time Stamp
Enabling automatic time-stamping in Emacs
System Crafters
Assembling Org Mode Files with Transclusion - System Crafters Live!
https://www.youtube.com/watch?v=6U9wG-pf-aQ
Assembling Org Mode Files with Transclusion - System Crafters Live!
https://www.youtube.com/watch?v=6U9wG-pf-aQ
YouTube
Assembling Org Mode Files with Transclusion - System Crafters Live!
In this stream, we'll take a look at an Emacs package called `org-transclusion` which enables you to dynamically include sections of other files like source code, text files, or Org files into an Org file and have them be updated when the source files change.…
Planet Emacslife
Unwound Stack: eglot-finding-sub-projects
https://www.unwoundstack.com/blog/eglot-finding-sub-projects.html
Unwound Stack: eglot-finding-sub-projects
https://www.unwoundstack.com/blog/eglot-finding-sub-projects.html
Unwoundstack
Telling eglot how to find a sub-project
Un-peeling the mysteries of project-find-functions
👍1
Planet Emacslife
Evan Moses: Git One Liners: Bulk-Amending a Branch
https://www.emoses.org/posts/git-tip-bulk-amend/
Evan Moses: Git One Liners: Bulk-Amending a Branch
https://www.emoses.org/posts/git-tip-bulk-amend/
www.emoses.org
Git One Liners: Bulk-Amending a Branch
I made a mistake with my git config recently, and ended up creating all the commits in a branch with the wrong email
address. I can fix it up with a neat one-liner.
address. I can fix it up with a neat one-liner.
Planet Emacslife
Charles Choi: Sorting Strings in a Line in Emacs
http://yummymelon.com/devnull/sorting-strings-in-a-line-in-emacs.html
Charles Choi: Sorting Strings in a Line in Emacs
http://yummymelon.com/devnull/sorting-strings-in-a-line-in-emacs.html
Yummymelon
Sorting Strings in a Line in Emacs
If you ever find yourself wanting to sort strings in the same line in Emacs, sort-regexp-fields is your friend. For example if you had the text: ["dog", "cat",...
Planet Emacslife
Protesilaos Stavrou: Emacs: show-font version 0.3.0
https://protesilaos.com/codelog/2025-04-26-emacs-show-font-0-3-0/
Protesilaos Stavrou: Emacs: show-font version 0.3.0
https://protesilaos.com/codelog/2025-04-26-emacs-show-font-0-3-0/
Protesilaos Stavrou
Emacs: show-font version 0.3.0
Information about the latest version of my show-font package for GNU Emacs.
Planet Emacslife
Protesilaos Stavrou: Aporetic fonts version 1.2.0
https://protesilaos.com/codelog/2025-04-27-aporetic-fonts-version-1-2-0/
Protesilaos Stavrou: Aporetic fonts version 1.2.0
https://protesilaos.com/codelog/2025-04-27-aporetic-fonts-version-1-2-0/
Protesilaos Stavrou
Aporetic fonts version 1.2.0
Release notes for the latest version of my custom ‘Aporetic’ fonts.
Planet Emacslife
Org Mode requests: [FR] Allow entering time/date range for :time-prompt capture template property (was: org-capture-fill-template %T drops end time)
https://list.orgmode.org/87tt69py3t.fsf@localhost
Org Mode requests: [FR] Allow entering time/date range for :time-prompt capture template property (was: org-capture-fill-template %T drops end time)
https://list.orgmode.org/87tt69py3t.fsf@localhost