emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* No inline property value after subtree export
@ 2012-07-17 13:20 Miguel Ruiz
  2012-07-17 14:13 ` Giovanni Ridolfi
  2012-08-04 21:03 ` Bastien
  0 siblings, 2 replies; 4+ messages in thread
From: Miguel Ruiz @ 2012-07-17 13:20 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 810 bytes --]

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? 

[-- Attachment #2: Type: text/html, Size: 2421 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: No inline property value after subtree export
  2012-07-17 13:20 No inline property value after subtree export Miguel Ruiz
@ 2012-07-17 14:13 ` Giovanni Ridolfi
  2012-09-01  9:37   ` Nicolas Goaziou
  2012-08-04 21:03 ` Bastien
  1 sibling, 1 reply; 4+ messages in thread
From: Giovanni Ridolfi @ 2012-07-17 14:13 UTC (permalink / raw)
  To: Miguel Ruiz, emacs-orgmode@gnu.org

Da: Miguel Ruiz <rbenit68@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: No inline property value after subtree export
  2012-07-17 13:20 No inline property value after subtree export Miguel Ruiz
  2012-07-17 14:13 ` Giovanni Ridolfi
@ 2012-08-04 21:03 ` Bastien
  1 sibling, 0 replies; 4+ messages in thread
From: Bastien @ 2012-08-04 21:03 UTC (permalink / raw)
  To: Miguel Ruiz; +Cc: emacs-orgmode

Hi Miguel,

Miguel Ruiz <rbenit68@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: No inline property value after subtree export
  2012-07-17 14:13 ` Giovanni Ridolfi
@ 2012-09-01  9:37   ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2012-09-01  9:37 UTC (permalink / raw)
  To: Giovanni Ridolfi; +Cc: Miguel Ruiz, emacs-orgmode@gnu.org

Hello,

Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> writes:

> Da: Miguel Ruiz <rbenit68@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-01  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-17 13:20 No inline property value after subtree export Miguel Ruiz
2012-07-17 14:13 ` Giovanni Ridolfi
2012-09-01  9:37   ` Nicolas Goaziou
2012-08-04 21:03 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).