From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Tadeu Ferreira Antunes Filho Subject: Org-element-put-property, bug? Date: Tue, 4 Sep 2018 15:23:19 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000d2ffa6057510976f" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxGvM-000449-Br for emacs-orgmode@gnu.org; Tue, 04 Sep 2018 15:23:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxGvJ-0005kz-1e for emacs-orgmode@gnu.org; Tue, 04 Sep 2018 15:23:40 -0400 Received: from dmz-mailsec-scanner-2.mit.edu ([18.9.25.13]:45758) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fxGvI-0005kI-Qi for emacs-orgmode@gnu.org; Tue, 04 Sep 2018 15:23:36 -0400 Received: from outgoing.mit.edu (OUTGOING-AUTH-1.MIT.EDU [18.9.28.11]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id w84JNXST026874 for ; Tue, 4 Sep 2018 15:23:34 -0400 Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (authenticated bits=0) (User authenticated as ivanaf@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id w84JNVk4020889 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Tue, 4 Sep 2018 15:23:33 -0400 Received: by mail-lj1-f177.google.com with SMTP id m84-v6so4113235lje.10 for ; Tue, 04 Sep 2018 12:23:32 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --000000000000d2ffa6057510976f Content-Type: text/plain; charset="UTF-8" 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 exist in the properties drawer. Is there a way of modifying custom properties of a headline by using org-element, and have the custom properties show up when interpreting the data? ---- *Ivan Tadeu Ferreira Antunes Filho* --000000000000d2ffa6057510976f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
If I pu= t a custom property in a headline, e.g.
(org-ele= ment-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 exist in the properties drawer.
<= div>

Is there a way of modifying custom proper= ties of a headline by using org-element, and have the custom properties sho= w up when interpreting the data?

----
<= div>Ivan Tadeu Ferreira Antunes F= ilho=C2=A0
--000000000000d2ffa6057510976f--