home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 963ff2bc548eca65278b0cba715f7dc347eedec5
parent 51d4b9c9493f6791992ad3f4ec4a3a7f4fd2bcac
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 31 Jul 2024 10:18:28 +0200

go-org-readwise: fix signature part

books@readwise -> readwisebook

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/go-org-readwise/internal/org/sync.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/go-org-readwise/internal/org/sync.go b/tools/go-org-readwise/internal/org/sync.go @@ -158,7 +158,7 @@ func denoteFilename(result readwise.Result) string { // to use them to establish sequential relations between files // (e.g. 1, 1a, 1b, 1b1, 1b2, …). // We use signature to mark files synced from readwise. - signature = "==" + result.Category + "@readwise" + signature = "==readwise" + result.Category // The TITLE field is the title of the note, as provided by // the user. It automatically gets downcased by default and is