Is there an API for getting _only_the properties in a specific block?
** Export Locations :PROPERTIES: :EXPORT_FILE_NAME_01: file1 :EXPORT_FILE_NAME_02: file2 :EXPORT_FILE_NAME_03: file3 :EXPORT_FILE_NAME_04: file4 :END:
So with the cursor in a block like this only ("EXPORT_FILE_NAME_01" . "file1","EXPORT_FILE_NAME_01" . "file1", "...")
will be returned.
(org-entry-properties (point))
includes values like CATEGORY
, PRIORITY
AND ITEM
which I don't want.