[re-sending -- forgot to cc: the list, sorry]

"Racoon Chimp" <[email protected]> writes:

> when i want to set the properties for a given org heading (C-c C-x p)
> i get a whole list of possible properties. i get the list is compiled
> with the properties set up in my file and other useful possibilities
> that might be needed. and maybe i would be needing those, so *how can
> i set up locally to only have a list of properties from the file alone
> and none of the others?*

The function `org-set-property' (C-c C-x p) doesn't feature any option
to limit completions.

The additional properties listed are taken from
`org-default-properties'. You can set it to nil as a file-local
variable, e.g. with this in the first line of the file:

  -*- mode: org; org-default-properties: nil; -*-

Se the Emacs manual for more information about file-local variables:
[[info:emacs#File Variables]]

Regards,
Christian

Reply via email to