emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] (Maybe) enhance `org-element-src-block-interpreter'?


From: Nicolas Goaziou
Subject: Re: [O] (Maybe) enhance `org-element-src-block-interpreter'?
Date: Thu, 07 Aug 2014 14:14:40 +0200

Thorsten Jolitz <address@hidden> writes:

> I definitely would have used `org-element-put-property' to modify a
> 'local' parse-tree too, but I can just as well directly use `plist-put'
> on the raw plist in its cdr - would that be the correct way?

You shouldn't do this. Local value is cached and
`org-element-put-property' is destructive. You might break cache.

Applying `org-element-put-property' on a copy of the returned value is
OK, though.


Regards,

-- 
Nicolas Goaziou



reply via email to

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