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

Ability to use org-mode instead of org-journal mode

Open kvineet opened this issue 4 years ago • 3 comments

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 I have configured for org-mode like custom-faces etc.

I might be missing something, but I don't see any benefit in having org-journal-mode as a separate thing. It does not seem add any functionality, it just seem to take out lot of org-mode functionality including company completions.

Describe the solution you'd like Functions like org-journal-today and org-journal-new-entry, should open the corresponding journal file in org-mode instead of org-journal-mode.

Describe alternatives you've considered

(setq org-journal-date-prefix "; -*- mode: org;-*-\n#+TITLE: ")

kvineet avatar Oct 05 '20 14:10 kvineet

This has been discussed a few times. We agree in general. If anything, org-journal-mode should be a minor mode, not a major mode.

Perhaps in the next major release we will try to implement this.

bastibe avatar Oct 06 '20 08:10 bastibe

Another workaround until this is fixed is to redefine org-journal-is-journal in your configuration to just return nil. Then you don't need to add the header everywhere.

dalai4git avatar Jun 02 '21 10:06 dalai4git

And if you would add something to it, couldn't you simply derive from org-mode?

xeruf avatar Jun 05 '21 15:06 xeruf