Planet Emacslife
James Dyer: Bank Buddy - Your Financial Analysis Companion for Emacs!
https://emacs.dyerdwelling.family/emacs/20250528081648-emacs--your-financial-analysis-companion-for-emacs/
James Dyer: Bank Buddy - Your Financial Analysis Companion for Emacs!
https://emacs.dyerdwelling.family/emacs/20250528081648-emacs--your-financial-analysis-companion-for-emacs/
Planet Emacslife
Jeff Bradberry: Building an Org-mode Workflow: Priority Cookies
//jeffbradberry.com/posts/2025/05/orgmode-priority-cookies/
Jeff Bradberry: Building an Org-mode Workflow: Priority Cookies
//jeffbradberry.com/posts/2025/05/orgmode-priority-cookies/
Jeffbradberry
Building an Org-mode Workflow: Priority Cookies - Jeff Bradberry
As I came to track more and more items using Org mode, I realized that I needed to have a way of raising up items or filtering down to the things I should be concentrating on. I needed prioritization. My first known use of this feature dates to 4 Jan 2023.…
Planet Emacslife
Jeff Bradberry: Building an Org-mode Workflow: Timestamped Notes
//jeffbradberry.com/posts/2025/05/orgmode-timestamped-notes/
Jeff Bradberry: Building an Org-mode Workflow: Timestamped Notes
//jeffbradberry.com/posts/2025/05/orgmode-timestamped-notes/
Jeffbradberry
Building an Org-mode Workflow: Timestamped Notes - Jeff Bradberry
I love having logs for things that can be checked later on if need be, and so I enabled logging state changes and rescheduling into the LOGBOOK drawer way back in Scheduling and Deadlines. But since I have this nifty logbook, why not use it to capture yet…
Planet Emacslife
Tim Heaney: R programming in Emacs
https://oylenshpeegul.gitlab.io/blog/posts/20250529/
Tim Heaney: R programming in Emacs
https://oylenshpeegul.gitlab.io/blog/posts/20250529/
oylenshpeegul.gitlab.io
R programming in Emacs
If you want to do statistical calculations with your computer, you probably want to use some sort of package to help you. When I was in school, we used Minitab (a "mini" version of OMNITAB— now there's a great name!), but I guess most statisticians used either…
Planet Emacslife
Matt Maguire: Plain Text Accounting with Emacs – Part 3
https://www.teachmaths.org/20250530-pta-emacs3/
Matt Maguire: Plain Text Accounting with Emacs – Part 3
https://www.teachmaths.org/20250530-pta-emacs3/
Matt's Meandering Mind
Plain Text Accounting with Emacs – Part 3
My journey into using Hledger with Emacs to track my share investments continues. Last Time I looked at a way to track shares using a plain text file. Since then I have made some tweaks to my workflow as I gain more experience:
naming conventions that support…
naming conventions that support…
Planet Emacslife
Irreal: Adding Timestamped Notes To The LOGBOOK Drawer
https://irreal.org/blog/?p=13026
Irreal: Adding Timestamped Notes To The LOGBOOK Drawer
https://irreal.org/blog/?p=13026
Planet Emacslife
Marcin Borkowski: Converting integers to ISO-8601 timestamps
https://mbork.pl/2025-05-31_Converting_integers_to_ISO-8601_timestamps
Marcin Borkowski: Converting integers to ISO-8601 timestamps
https://mbork.pl/2025-05-31_Converting_integers_to_ISO-8601_timestamps
Planet Emacslife
Protesilaos Stavrou: Emacs: spacious-padding version 0.7.0
https://protesilaos.com/codelog/2025-06-01-emacs-spacious-padding-0-7-0/
Protesilaos Stavrou: Emacs: spacious-padding version 0.7.0
https://protesilaos.com/codelog/2025-06-01-emacs-spacious-padding-0-7-0/
Protesilaos Stavrou
Emacs: spacious-padding version 0.7.0
Information about the latest version of my ‘spacious-padding’ package for GNU Emacs.
Planet Emacslife
Sacha Chua: Working on the plumbing in a small web community
https://sachachua.com/blog/2025/05/working-on-the-plumbing-in-a-small-web-community/
Sacha Chua: Working on the plumbing in a small web community
https://sachachua.com/blog/2025/05/working-on-the-plumbing-in-a-small-web-community/
Planet Emacslife
TAONAW - Emacs and Org Mode: I wish I could use Journelly's new location features, but...
https://taonaw.com/2025/06/01/i-wish-i-could-use.html
TAONAW - Emacs and Org Mode: I wish I could use Journelly's new location features, but...
https://taonaw.com/2025/06/01/i-wish-i-could-use.html
Taonaw
I wish I could use Journelly's new location features, but...
Journelly keeps getting updated with good features. One of …
Planet Emacslife
Tim Heaney: Go to definition in Emacs
https://oylenshpeegul.gitlab.io/blog/posts/20250601/
Tim Heaney: Go to definition in Emacs
https://oylenshpeegul.gitlab.io/blog/posts/20250601/
oylenshpeegul.gitlab.io
Go to definition in Emacs
Today, I was reading Why Use Structured Errors in Rust Applications? and one of the issues discussed is jumping away from the code you're working on to look at the definition of the error. On the one hand, rust-analyzer makes it really easy to jump to the…
Planet Emacslife
Emacs Redux: Let’s make keyboard-quit smarter
https://emacsredux.com/blog/2025/06/01/let-s-make-keyboard-quit-smarter/
Emacs Redux: Let’s make keyboard-quit smarter
https://emacsredux.com/blog/2025/06/01/let-s-make-keyboard-quit-smarter/
Emacs Redux
Let’s make keyboard-quit smarter
I’ll be pretty brief today. keyboard-quit (C-g) is one of the most used commands, but unfortunately it’s not very smart. Most annoyingly, it doesn’t work as expected when the minibuffer is active. Fortunately, fixing such problems (and then some) is trivial…
Planet Emacslife
Meta Redux: Weird Ruby: Anonymous Heredocs
https://metaredux.com/posts/2025/06/02/weird-ruby-anonymous-heredocs.html
Meta Redux: Weird Ruby: Anonymous Heredocs
https://metaredux.com/posts/2025/06/02/weird-ruby-anonymous-heredocs.html
Meta Redux
Weird Ruby: Anonymous Heredocs
Heredocs in Ruby are quite common, quite flexible, and… somewhat weird. Still, this doesn’t stop people from suggesting more features for them, like this (rejected) proposal for an anonymous heredocs syntax: # regular Ruby code Markdown.render <<~MARKDOWN…