1 line
1 KiB
Plaintext
1 line
1 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>Is there an API for getting _only_the properties in a specific block?</p> <pre><code>** Export Locations :PROPERTIES: :EXPORT_FILE_NAME_01: file1 :EXPORT_FILE_NAME_02: file2 :EXPORT_FILE_NAME_03: file3 :EXPORT_FILE_NAME_04: file4 :END: </code></pre> <p>So with the cursor in a block like this only <code>("EXPORT_FILE_NAME_01" . "file1","EXPORT_FILE_NAME_01" . "file1", "...")</code> will be returned.</p> <p><code>(org-entry-properties (point))</code> includes values like <code>CATEGORY</code>, <code>PRIORITY</code> AND <code>ITEM</code> which I don't want.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/vfclists"> /u/vfclists </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/pmbg43/is_there_an_api_for_getting_the_properties_under/">[link]</a></span>   <span><a href="https://www.reddit.com/r/orgmode/comments/pmbg43/is_there_an_api_for_getting_the_properties_under/">[comments]</a></span> |