bastibe / org-journal

A simple org-mode based journaling mode
BSD 3-Clause "New" or "Revised" License
1.24k stars 124 forks source link

Org-capture #220

Closed AtomicNess123 closed 4 years ago

AtomicNess123 commented 4 years ago

Hi, and congrats on your package. I haven't used it yet, but I was wondering what the difference would be between org-journal and org-capture set to capture journal entries in a tree-fashion way. Thank you.

bastibe commented 4 years ago

Org-journal is a directory full of daily org-mode files. It includes functions for encryption, searching, scheduling things in the future, and carrying TODO items with you until they are done.

Org-capture is a way of saving transient information into one or many org-mode files.

I don't know what more to say. You seem to imply that they are "competitors" in some way. But they are not. They are simply different things. Read the documentation on both, or try them yourself, to learn more.

AtomicNess123 commented 4 years ago

Thanks, I ask because many users have implemented—as I understand—what org-journal does by using org-capture: you can get an subtree of dates and time with entries as long as in org-journal. That is why I ask.

AtomicNess123 commented 4 years ago

BTW, I would disagree with "Org-capture is a way of saving transient information into one or many org-mode files.". How so "transient"? I very well keep muy diary using org-capture, and I can tell it's permanent.

bastibe commented 4 years ago

Do you have an issue with org-journal?

This is not a forum for discussions about your preferred Emacs tools, sorry. Feel free to use whatever tools you like.

AtomicNess123 commented 4 years ago

No, I'm not stating my preferred emacs tool, I am just asking what is superior in org-journal that org-capture cannot set to do as a way to avoid adding packages onto my init.e, thus slowing it down.