From 1d1c0f73f95429384d0b571c0c844acf9073d32f Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Thu, 16 May 2024 08:39:13 -0500 Subject: Update README --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 3093f19..2822000 100644 --- a/README.org +++ b/README.org @@ -89,6 +89,10 @@ alias jrnl="stitch -t journal" - ugrep doesn't correctly handle ordering, meaning that if you sort by modified date, it doesn't behave correctly. I've waited with implementing it until I've resolved that issue + +- File names can not contain :[0-9]:, since it's used to determine where the file starts and ends. + One solution is to force one uniform file name that we can regexp (and also tweak). I am not sure yet what's + best. -- cgit v1.2.3