Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question / Discussion] How to have a different org-jounal-dir for different projects? #421

Open
jeffbowman opened this issue Nov 8, 2023 · 0 comments
Labels
Milestone

Comments

@jeffbowman
Copy link

Imagine a directory structure like this:

/org/client1
          client1.org
/org/client1/project1
                        project1.org
/org/client1/project2
                        project2.org
/org/client2
          client2.org
/org/client2/project1
                        project1.org
                        notes.org

and what would be super cool (in my case) would be to have the journal folder fall under each project folder ala:

/org/client1/project1/journal
                                    c1p1-20231107
/org/client1/project2/journal
                                    c1p2-20231107

I was considering a flow similar to this: https://rostre.bearblog.dev/building-my-ideal-emacs-journal/
but not having success not having the different project entries interleaved in a single journal file. I tried setting org-journal-dir in a .dir-locals.el file located in the various project directories, but it seemed like it wasn't "working" in the sense that I would have different values for org-journal-dir based on where I was in the filesystem.

Is this concept even possible? If so, can you give me some guidance on how to go about it?

Thanks!!

@casch-at casch-at added this to the 2.3.0 milestone Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants