org-journal
org-journal copied to clipboard
A simple org-mode based journaling mode
Presently there's no way to add journal items for future dates directly from the `*Org Agenda*` buffer. The following function frankensteins together ideas from other functions to create a solution:...
**Is your feature request related to a problem? Please describe.** When creating a journal entry through org-capture on an org node, I often would like the complete outline path of...
**Is your feature request related to a problem? Please describe.** I use weekly journals and put the TODO items for the week on top, before the day-specific headlines, like this:...
**Describe the bug** Creating a new encrypted journal entry, whether it be the first entry of the day or not, always prompts me if I would like to kill the...
**Is your feature request related to a problem? Please describe.** Previously, I kept my journal in one big file - now I use weekly org-journal files. One thing I like...
I tried to add a new entry on Sunday evening after not using org-journal since Friday afternoon. When I tried to start a new entry with C-c C-j, the entry...
I have a project where I would like to use journal style headlines outside a journal file. This small adjustment enables the option to insert journal style headlines at point....
Avoid modification of Emacs behavior on the package loading. In order to follow [the coding convention](https://www.gnu.org/software/emacs/manual/html_node/elisp/Coding-Conventions.html), disable key definition in the package loading
Inserting journal style headlines easily can be useful in non-journal buffers too. Especially when using any 'org-notifications' package (e.g. [org-wild-notifier](https://github.com/akhramov/org-wild-notifier.el)). This PR adds two more insert-at-point variants for the `org-journal-new-entry`...
- Replace a straightforward setq with a smarter setf/alist-get. This should fix #343