Re: [O] Org-element-put-property, bug?

2018-09-10 Thread Nicolas Goaziou
Hello, Ivan Tadeu Ferreira Antunes Filho writes: > If I put a custom property in a headline, e.g. > (org-element-put-property headline :EXPORT_FILE_NAME "a") > > Then, when accessing the org element headline it shows: :EXPORT_FILE_NAME a > > However, when I proceed to interpret the data, > (org-

[O] Org-element-put-property, bug?

2018-09-10 Thread Ivan Tadeu Ferreira Antunes Filho
If I put a custom property in a headline, e.g. (org-element-put-property headline :EXPORT_FILE_NAME "a") Then, when accessing the org element headline it shows: :EXPORT_FILE_NAME a However, when I proceed to interpret the data, (org-element-interpret-data headline) The custom property does not e