emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-element


From: Daimrod
Subject: Re: [O] org-element
Date: Fri, 24 May 2013 18:49:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Nicolas Goaziou <address@hidden> writes:

> Hello,

Hello Nicolas,

> Daimrod <address@hidden> writes:
>
>> I'm playing a bit with org-element for org-contacts and I wanted to know
>> what is the prefered way to change an element.
>>
>> For example, ATM, when I want to change an element property to add a new
>> value, I do:
>>
>> #+BEGIN_SRC emacs-lisp
>>   (org-entry-put nil property
>>                  (concat (org-entry-get nil property)
>>                          " " new-value))
>> #+END_SRC
>
> See `org-element-put-property' and friends.

I've tried to use `org-element-put-property' but it only modifies the
object in memory, not the element in the file. Is there a way to write
the object into a file?

> Regards,

-- 
Daimrod/Greg

Attachment: pgpzaTezg55__.pgp
Description: PGP signature


reply via email to

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