Re: [PATCH] be more cautious when setting csl etc dir location

2021-07-14 Thread Timothy
Applied. This seems quite simple, so I've taken the liberty of applying the patch. Please don't hesitate to revert it if something seems off. -- Timothy writes: > Hello, > > It's come to my attention that the current value of > org-cite-ctl--etc-dir is problematic for anyone managing Org

Re: [PATCH] be more cautious when setting csl etc dir location

2021-07-12 Thread Bruce D'Arcus
FWIW, I ran into this issue. After installing org, oc-csl looks in the wrong path for the etc files. On Mon, Jul 12, 2021 at 2:07 PM Timothy wrote: > > Hello, > > It's come to my attention that the current value of > org-cite-ctl--etc-dir is problematic for anyone managing Org with > package.el

[PATCH] be more cautious when setting csl etc dir location

2021-07-12 Thread Timothy
Hello, It's come to my attention that the current value of org-cite-ctl--etc-dir is problematic for anyone managing Org with package.el or straight. This patch adds a check to see if the initial location actually exists, if it doesn't we try the expected location when using package.el/straight.