org-journal
org-journal copied to clipboard
A simple org-mode based journaling mode
**Is your feature request related to a problem? Please describe.** The problem is that I used Org-journal for a long time and my setting for org-journal is `'daily` which means...
### Description I work with Orgzly, and this produces timestamps like: ```org :PROPERTIES: :CREATED: [2022-08-23 Tue 10:09] :END: ``` While org-journal for me uses: ``` org-journal-created-property-timestamp-format Value "[%Y-%m-%d]" ``` ####...
**Describe the bug** When text is wrapped (visual-line-mode) in an Org-journal buffer, each wrapped line is indented. It does not seem to matter which font I'm using or whether I'm...
As @bastibe seems to have been busy/away for a few months now and there are quite a few bugs and PRs, I would like to ask how to move on...
something like this?
**Describe the bug** If there is a top-level properties drawer in the journal file (outside any headings), and that drawer contains a `CREATED` property, then many journaling actions will abort...
**Describe the bug** On visiting my org-journal file, tab no longer seems to open or close headings a la org-cycle. **To Reproduce** 2 things about my journal flie: 1. It...
**Describe the Bug** I've installed the latest `org-journal` from ELPA, via `package-install`. When I create a new entry (`C-c C-j`), it correctly derives the name of the file from the...
**Describe the bug** Journal mode only loads when file opened after journal-mode has been loaded manually at least one time. **To Reproduce** 1. Open a file under `org-journal-dir` using `M-x...
**Describe the bug** I tried with the config `(setq org-journal-carryover-items "-TODO=\"DONE\"")` to move all items except "DONE" to be carried to the new date. However if I config that way...