org-journal icon indicating copy to clipboard operation
org-journal copied to clipboard

A simple org-mode based journaling mode

Results 83 org-journal issues
Sort by recently updated
recently updated
newest added

Basically want to scan all the .org documents inside a specific folder for unfinished todos and put them into the org-journal entry, with some appropriate context. Suggestions for best approach?

**Describe the bug** I am using a weekly journal for my work. Org-journal-search-forever doesn't work. I have narrowed it down to org-journal--list-files returns nil. **To Reproduce** Steps to reproduce the...

**Describe the bug** When org agenda integration is enabled, `org-current-tag-alist` may not be `org-journal-tag-alist` but `org-tag-alist` instead which is set by `org-agenda`. **To Reproduce** Steps to reproduce the behavior: 1....

Hello everyone, I am trying to mody the `org-journal-delete-old-carryover ` function so it will **not** delete entries that have a LOGBOOK drawer. It should be pretty straightforward, just adding an...

**Describe the bug** I have a journal that began as a daily journal (org-journal-file-type 'daily), but then I turned it into a weekly journal (org-journal-file-type 'weekly). Files that were created...

> org-journal-new-scheduled-entry - prompts for a date, and creates a new journal entry on that date with its timestamp set to the date. By default, this is a TODO entry....

**Is your feature request related to a problem? Please describe.** When I open/create my journal file, it is by default opened in org-journal-mode. Which removes org-mode. This removes any customizations...

bug
enhancement

When I create (with `C-c C-j`) any entry on the first day of the week, and when I create the first entry on the second day of the week, the...

enhancement

**Describe the bug** The default example suggests "seqting" org-capture-templates, which would overwrite it. I suggest replacing it with `setf `, which would add the template if it is not there,...

enhancement

**Is your feature request related to a problem? Please describe.** This is sort of a follow-up to https://github.com/bastibe/org-journal/issues/188 Currently, journal entries look like this: ```org * Monday, 2021-05-03 :PROPERTIES: :CREATED:...

enhancement