spacemacs-journal is a wrapper for org-journal providing spacemacs-style keybindings.
org-journal provides functions to maintain a simple personal diary / journal using in Emacs.
To use journal layer:
git clone https://github.com/borgnix/spacemacs-journal.git ~/.emacs.d/private/journal- add it to your
~/.spacemacs. You will need to addjournalto the existingdotspacemacs-configuration-layerslist in this file.
| Key Binding | Description |
|---|---|
SPC a j j | new journal entry |
SPC a j v | view journal of today |
SPC a j s | search journals within a specified time interval |
SPC a j S | search all journal for a string |
| Key Binding | Description |
|---|---|
SPC m j j | new journal entry |
SPC m j n | next journal file |
SPC m j p | previous journal file |
SPC m j s | search the current journal file |
| Key Binding | Description |
|---|---|
J j | new journal entry |
J v | view an entry in a new buffer |
J V | view an entry but do not switch to it |
J n | go to next day with journal entries |
J p | go to previous day with journal entries |
J S | search in all entries of all time |
J w | search in all entries of the current week |
J m | search in all entries of the current month |
J y | search in all entries of the current year |