Re: [O] No inline property value after subtree export

2012-09-01 Thread Nicolas Goaziou
Hello,

Giovanni Ridolfi giovanni.rido...@yahoo.it writes:

 Da: Miguel Ruiz rbeni...@yahoo.es
 Inviato: Martedì 17 Luglio 2012 15:20

  --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)}}}
 ** Level 2
    :PROPERTIES:
    :ID:       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(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.


 I can confirm this bug Org-mode version 7.8.11 (69af0913b28d )

 Also if I select C-c @ the first subtree (level 1) the ID value is not 
 evaluated for 

 Level 1 but it is evaluated for level 2 and 3.
 The ID values are evaluated when exporting the entire document.


 unfortunately I have not been able to export this file with the new
 exporter.

This should now be fixed in the new exporter. Thanks.


Regards,

-- 
Nicolas Goaziou



Re: [O] No inline property value after subtree export

2012-08-04 Thread Bastien
Hi Miguel,

Miguel Ruiz rbeni...@yahoo.es writes:

 In this minimal example  
  
 [...] 
  
 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?

This should be fixed now, thanks for testing,

-- 
 Bastien



[O] No inline property value after subtree export

2012-07-17 Thread Miguel Ruiz
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)}}}** Level 2   :PROPERTIES:   :ID:       
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(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? 

Re: [O] No inline property value after subtree export

2012-07-17 Thread Giovanni Ridolfi
Da: Miguel Ruiz rbeni...@yahoo.es
Inviato: Martedì 17 Luglio 2012 15:20

 --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)}}}
** Level 2
   :PROPERTIES:
   :ID:       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(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.


I can confirm this bug Org-mode version 7.8.11 (69af0913b28d )

Also if I select C-c @ the first subtree (level 1) the ID value is not 
evaluated for 

Level 1 but it is evaluated for level 2 and 3.
The ID values are evaluated when exporting the entire document.


unfortunately I have not been able to export this file with the new exporter.

Giovanni