From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Ruiz Subject: No inline property value after subtree export Date: Tue, 17 Jul 2012 14:20:39 +0100 (BST) Message-ID: <1342531239.25608.YahooMailClassic@web29002.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="-472659602-158437678-1342531239=:25608" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr7hp-0001DQ-Md for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 09:20:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sr7hj-00009N-SJ for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 09:20:49 -0400 Received: from nm16-vm0.bullet.mail.ird.yahoo.com ([77.238.189.192]:27428) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Sr7hj-00007y-G2 for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 09:20:43 -0400 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org ---472659602-158437678-1342531239=:25608 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi, In this minimal example ----------org-mode file start------------------------#+OPTIONS: toc:nil#+AU= THOR:#+DATE:* Level 1=A0 :PROPERTIES:=A0 :ID: =A0 =A0 =A0 527b694d-8288-4d3= 7-a06a-a288bd9592b5=A0 :END:This is level 1 with ID {{{property(ID)}}}** Le= vel 2=A0 =A0:PROPERTIES:=A0 =A0:ID: =A0 =A0 =A0 1cf7847a-0977-4f18-8dc1-c30= 58a89a596=A0 =A0:END:This is level 2 with ID {{{property(ID)}}}*** Level 3= =A0 =A0 :PROPERTIES:=A0 =A0 :ID: =A0 =A0 =A0 2b9390ca-17ea-452f-be68-28c134= dd376e=A0 =A0 :END:This is level 3 with ID{{{property(ID)}}}----------org-m= ode file end ------------------- if I do org-export then "1"(subtree) then "d"(LaTeX) with the cursor in the= "Level 2" heading, I get "Level 2" as document title, but the ID value is = not evaluated so I get {{{property(ID)}}} instead. The level 3 ID value is = correctly exported. Any hint to solve it?=A0 ---472659602-158437678-1342531239=:25608 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable ---472659602-158437678-1342531239=:25608--
Hi,

In this minimal example

----------org-mode file start----------------------= --
#+OPTIONS: toc:nil
#+AUTHOR:
#+DATE:
* Level 1
 = ; :PROPERTIES:
  :ID:=       527b694d-8288-4d37-a06a-a288bd9592b5
  :END:
This is level 1 with ID {{{property(ID)}}}
** Lev= el 2
   :PROPERT= IES:
   :ID: &nb= sp;     1cf7847a-0977-4f18-8dc1-c3058a89a596
   :END:
This is level 2 with ID {{{property(ID)}}}
*** Level 3
    :PROPERTIES:
    :ID:       2b9390ca-= 17ea-452f-be68-28c134dd376e
    :END:
This= is level 3 with ID{{{property(ID)}}}
----------org-mode file end -------------------


if I do org-export then "1"(su= btree) then "d"(LaTeX) with the cursor in the "Level 2" heading, I get "Lev= el 2" as document title, but the ID value is not evaluated so I get {{{prop= erty(ID)}}} instead. The level 3 ID value is correctly exported.

Any hint to solve it?