Re: File Scoped Properties?

2020-03-24 Thread Tim Visher
On Mon, Mar 9, 2020 at 9:24 AM Tim Visher wrote: > On Fri, Mar 6, 2020 at 9:09 AM Tim Visher wrote: > >> Thanks for the response, Eric. :) >> >> On Fri, Mar 6, 2020 at 1:51 AM Fraga, Eric wrote: >> >>> On Thursday, 5 Mar 2020 at 10:28, Tim Visher wrote: >>> > I _am_ able to get it to work by

Re: File Scoped Properties?

2020-03-09 Thread Tim Visher
On Fri, Mar 6, 2020 at 9:09 AM Tim Visher wrote: > Thanks for the response, Eric. :) > > On Fri, Mar 6, 2020 at 1:51 AM Fraga, Eric wrote: > >> On Thursday, 5 Mar 2020 at 10:28, Tim Visher wrote: >> > I _am_ able to get it to work by adding a file local variable like >> > >> > ``` >> > # Local

Re: File Scoped Properties?

2020-03-08 Thread Eric S Fraga
On Friday, 6 Mar 2020 at 09:09, Tim Visher wrote: > I'm less clear on why certain variables are considered safe and some > are not but that doesn't seem relevant. My understanding is that all (most?) variables are considered unsafe unless you tell emacs otherwise. I know that my emacs custom

Re: File Scoped Properties?

2020-03-06 Thread Tim Visher
Thanks for the response, Eric. :) On Fri, Mar 6, 2020 at 1:51 AM Fraga, Eric wrote: > On Thursday, 5 Mar 2020 at 10:28, Tim Visher wrote: > > I _am_ able to get it to work by adding a file local variable like > > > > ``` > > # Local Variables: > > # org-attach-id-dir: "~/.foo/data" > > # End:

Re: File Scoped Properties?

2020-03-05 Thread Fraga, Eric
On Thursday, 5 Mar 2020 at 10:28, Tim Visher wrote: > I _am_ able to get it to work by adding a file local variable like > > ``` > # Local Variables: > # org-attach-id-dir: "~/.foo/data" > # End: > ``` > > but then whenever I open the file it tells me it's possibly not safe to set > that. You've

RE: File Scoped Properties?

2020-03-05 Thread Gustav Wikström
is set to t that is). Note that property blocks before first headline is a new feature for version 9.4 and currently only exist in the master branch. Regards Gustav From: Emacs-orgmode On Behalf Of Tim Visher Sent: den 5 mars 2020 16:28 To: Emacs Org Mode mailing list Subject: File Scoped

File Scoped Properties?

2020-03-05 Thread Tim Visher
Hello, I'm trying to get org-attach to use a different data directory for a particular file. My understanding is that this is controlled by `org-attach-id-dir` by default but can be overridden at the file or entry level by use of the `DIR` property. I can successfully override it at the entry