Nick Dokos <ndo...@gmail.com> writes:

>> BTW, how would I run org-element-interpret-data and have it just place the 
>> output directly into my
>> buffer without placing it in the #+RESULTS: output format? I see I can 
>> customize the #+RESULTS: word
>> itself, and, of course, :results raw almost gets it, but still puts the 
>> #+RESULTS: label at the top.
>>
>
> M-: (org-element-interpret-data) RET
>
> would evaluate the function, but any results would go to the echo area,
> not your buffer. Adding a prefix argument would do what you want:
>
> C-u M-: (org-element-interpret-data) RET
>

I didn't look at the definition before posting, sorry -
org-element-interpret-data takes an argument and you need to
pass it in the call:

C-u M-: (org-element-interpret-data  <data>) RET

As Rasmus points out, that might be complicated/inconvenient/both.

Nick


Reply via email to