emacs/var/elfeed/db/data/b9/b97f9b74e04378592854b49f25a629278419d5ab
2022-01-03 12:49:32 -06:00

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>(&quot;EXPORT_FILE_NAME_01&quot; . &quot;file1&quot;,&quot;EXPORT_FILE_NAME_01&quot; . &quot;file1&quot;, &quot;...&quot;)</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&#39;t want.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <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> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/pmbg43/is_there_an_api_for_getting_the_properties_under/">[comments]</a></span>