From: Samir Benmendil Date: Sat, 8 Aug 2020 12:17:59 +0000 (+0100) Subject: bin: set diary command to open orgmode journal file X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/87111ad4aa172e7c0583452c122d70bf8ba53654?ds=inline bin: set diary command to open orgmode journal file --- diff --git a/bin/diary b/bin/diary index d65447b..48d5a5d 100755 --- a/bin/diary +++ b/bin/diary @@ -1,7 +1,6 @@ #!/usr/bin/env bash -vim \ - -c "call vimwiki#diary#make_note(v:count1)" \ +vim ~/org/journal.org \ + \ - -c 'r !date +"\%n== \%H:\%M ==\%n* "' \ + -c 'r !date +"\%n**** [\%F \%a \%H:\%M] - "' \ -c "start!"