From Jeremy Friesen to ~protesilaos/denote
One of the adjustments I made when attempting the Luhmann sorting was to have the following prefix schema: 00aa11bb22cc This allowed for: 01-animals 01aa-mammals 01aa01-elephants 01ab-insects 02-jobs 02aa-agronomist In setting the above up, it will sort on the file-system as I wanted. (Though denotes date prefix does collide a bit) I even setup a ruby script to help sorting/categorizing: https://github.com/jeremyf/dotzshrc/blob/7dcfaa818ad93ccd0c8c41a9a05e850fa48a97ab/bin/sort-unsorted
From Jeremy Friesen to ~protesilaos/denote
Hello fellow Denoters, I've switched from Org Roam to Denote and have been building out my personal workflow. Org Mode is my "data structure" and Denote is my organizing system of that data. Now I'm building additional functionality from the data and organizing system. I wrote about this in https://takeonrules.com/2022/11/19/project-dispatch-menu-with-org-mode-metadata-denote-and-transient/. More useful is the "package" I wrote: https://github.com/jeremyf/dotemacs/blob/main/emacs.d/jf-project.el Already that package is extended beyond what I wrote about. Denote is not at the foreground of the "package". But it highlights how Denote maintains a strong separation of concern by instead being a nimble and useful building block.
From Jeremy Friesen to ~protesilaos/denote
> What do you think about creating a section in the manual with a title > like "publications about denote"? Off the top of my head, there are > your blog posts, two videos by David Wilson (SystemCrafters), and an > article by Peter Prevos. Maybe I am forgetting some entries right now, > but at least those are a start. We can include configuration files as > well. I think a section on publications on Denote would be useful for those exploring options; and for helping folks continue to churn the rich soil that is extensible packages. > > /I previously wrestled with the mental demons of filing paper work to > > assign copyright to FSF, but hope to use this conversation as a means > > of self-encouragement./ > > If you need any further encouragement: the process takes about a week to
From Jeremy Friesen to ~protesilaos/denote
Hello fellow denoters, I want to thank all of the contributors to Denote. I especially want to thank Prot for both the creation of this package and it's ongoing maintenance. Working with Denote is an absolute joy; and reminds me of what software should be. I deeply appreciate the conversational and instructive tone of the denote documentation. I haven't contributed to denote's code base but wanted to share my denote configuration. My hope in sharing is to provide examples of denote from other implementers. To spark ideas and even get feedback, though none is expected. You can see my current denote config at https://git.sr.ht/~jeremyf/dotemacs/tree/main/item/emacs.d/jf-denote.el /I previously wrestled with the mental demons of filing paper work to assign copyright to FSF, but hope to use this conversation as a means of self-encouragement./ Sincerely, Jeremy Friesen (he/him) https://takeonrules.com
From Jeremy Friesen to ~protesilaos/pulsar
> By the way, have you assigned copyright to the FSF? If yes, you can > send a patch of any length. Otherwise your contribution has to be > limited to ~15 lines. For assigning copyright, I absolutely would like to and prefer to but am uncertain how to do so. > Good idea! Do you think we should use it with a prefix arg or perhaps > implement a do-what-I-mean behaviour? In the latter case, it would For the dwim behavior, I am often leaving marks without fully thinking about them. So my preference is to not try to determine dwim but to default to line and allow for "over-loading" that method to do region. It's far more rare that I want the "pulse" the region. On Sun, Apr 10, 2022, at 3:13 PM, Protesilaos Stavrou wrote: > Forgot to "reply to all". Sorry! Adding the mailing list now. >
From Jeremy Friesen to ~protesilaos/pulsar
Thank you for your work on pulsar. I've been using it and love it. I am wondering about adding the ability to pulse between mark and point. I want a gentle reminder of "where I set my mark". I have an implementation to uses the universal prefix arg to either pulse the line or the region. Sincerely, Jeremy