I'm having a bit of a tough time getting my heads to insert a global property. I tried this at the top of my buffer:
#+PROPERTY: NDisks_ALL 1 2 3 4
But it doesn't seem to work when I try below on a heading:
(org-entry-get (point) "NDisks_ALL")
What's missing?