aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.org b/README.org
index 69e4968..3093f19 100644
--- a/README.org
+++ b/README.org
@@ -63,7 +63,7 @@ dune exec -- stitch
- Building a journaling system
You can build a basic capture command using $EDITOR and date command:
-#+begin_src
+#+begin_src sh
export STITCH_DIRECTORY=/home/me/notes
function capture {
JRNL="$STITCH_DIRECTORY/$(date +'%y-%m-%d.%H:%M.%S').org"
@@ -88,8 +88,7 @@ alias jrnl="stitch -t journal"
* KNOWN ISSUES
- ugrep doesn't correctly handle ordering, meaning that if you sort by
- modified date, it doesn't behave correctly. Therefore, that behavior
- is disabled for now.
+ modified date, it doesn't behave correctly. I've waited with implementing it until I've resolved that issue