emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] install org-element, org-db


From: Nick Dokos
Subject: Re: [O] install org-element, org-db
Date: Fri, 28 Aug 2015 14:34:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Nick Dokos <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]