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-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: No inline property value after subtree export Date: Tue, 17 Jul 2012 15:13:27 +0100 (BST) Message-ID: <1342534407.37509.YahooMailNeo@web29805.mail.ird.yahoo.com> References: <1342531239.25608.YahooMailClassic@web29002.mail.ird.yahoo.com> Reply-To: Giovanni Ridolfi Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr8Ww-0001k0-ED for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 10:13:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sr8Wn-0007IZ-06 for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 10:13:38 -0400 Received: from nm12.bullet.mail.ird.yahoo.com ([77.238.189.65]:32842) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Sr8Wm-0007IO-Lu for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 10:13:28 -0400 In-Reply-To: <1342531239.25608.YahooMailClassic@web29002.mail.ird.yahoo.com> 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: Miguel Ruiz , "emacs-orgmode@gnu.org" Da: Miguel Ruiz =0AInviato: Marted=EC 17 Luglio 2012 15:= 20=0A=0A=A0----------org-mode file start------------------------=0A=A0#+OPT= IONS: toc:nil=0A#+AUTHOR:=0A#+DATE:=0A* Level 1=0A=A0 :PROPERTIES:=0A=A0 :I= D: =A0 =A0 =A0 527b694d-8288-4d37-a06a-a288bd9592b5=0A=A0 :END:=0AThis is l= evel 1 with ID {{{property(ID)}}}=0A** Level 2=0A=A0 =A0:PROPERTIES:=0A=A0 = =A0:ID: =A0 =A0 =A0 1cf7847a-0977-4f18-8dc1-c3058a89a596=0A=A0 =A0:END:=0AT= his is level 2 with ID {{{property(ID)}}}=0A*** Level 3=0A=A0 =A0 :PROPERTI= ES:=0A=A0 =A0 :ID: =A0 =A0 =A0 2b9390ca-17ea-452f-be68-28c134dd376e=0A=A0 = =A0 :END:=0AThis is level 3 with ID{{{property(ID)}}}=0A----------org-mode = file end -------------------=0A=0A>if I do org-export then "1"(subtree) the= n "d"(LaTeX) with the cursor in the "Level 2" =0A> heading,=A0 =0A>=A0 I ge= t "Level 2" as document title, but the ID value is not evaluated so I =0A> = get {{{property(ID)}}} instead. The level 3 ID value is correctly exported.= =0A=0A=0AI can confirm this bug Org-mode version 7.8.11 (69af0913b28d )=0A= =0AAlso if I select C-c @ the first subtree (level 1) the ID value is not e= valuated for =0A=0ALevel 1 but it is evaluated for level 2 and 3.=0AThe ID = values are evaluated when exporting the entire document.=0A=0A=0Aunfortunat= ely I have not been able to export this file with the new exporter.=0A=0AGi= ovanni=0A From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: No inline property value after subtree export Date: Sat, 04 Aug 2012 23:03:22 +0200 Message-ID: <87d3368j51.fsf@gnu.org> References: <1342531239.25608.YahooMailClassic@web29002.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxlUq-00052F-Jl for emacs-orgmode@gnu.org; Sat, 04 Aug 2012 17:02:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxlUp-0006p1-N2 for emacs-orgmode@gnu.org; Sat, 04 Aug 2012 17:02:52 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:42260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxlUp-0006ox-F6 for emacs-orgmode@gnu.org; Sat, 04 Aug 2012 17:02:51 -0400 Received: by wibhq4 with SMTP id hq4so429822wib.12 for ; Sat, 04 Aug 2012 14:02:50 -0700 (PDT) In-Reply-To: <1342531239.25608.YahooMailClassic@web29002.mail.ird.yahoo.com> (Miguel Ruiz's message of "Tue, 17 Jul 2012 14:20:39 +0100 (BST)") 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: Miguel Ruiz Cc: emacs-orgmode@gnu.org Hi Miguel, Miguel Ruiz 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: No inline property value after subtree export Date: Sat, 01 Sep 2012 11:37:53 +0200 Message-ID: <87wr0ef5hq.fsf@gmail.com> References: <1342531239.25608.YahooMailClassic@web29002.mail.ird.yahoo.com> <1342534407.37509.YahooMailNeo@web29805.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7kDA-000263-Dg for emacs-orgmode@gnu.org; Sat, 01 Sep 2012 05:41:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7kD8-0001Rx-K4 for emacs-orgmode@gnu.org; Sat, 01 Sep 2012 05:41:52 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:39126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7kD8-0001Ro-E2 for emacs-orgmode@gnu.org; Sat, 01 Sep 2012 05:41:50 -0400 Received: by weys10 with SMTP id s10so2285730wey.0 for ; Sat, 01 Sep 2012 02:41:49 -0700 (PDT) In-Reply-To: <1342534407.37509.YahooMailNeo@web29805.mail.ird.yahoo.com> (Giovanni Ridolfi's message of "Tue, 17 Jul 2012 15:13:27 +0100 (BST)") 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: Giovanni Ridolfi Cc: Miguel Ruiz , "emacs-orgmode@gnu.org" Hello, Giovanni Ridolfi writes: > Da: Miguel Ruiz > Inviato: Marted=C3=AC 17 Luglio 2012 15:20 > > =C2=A0----------org-mode file start------------------------ > =C2=A0#+OPTIONS: toc:nil > #+AUTHOR: > #+DATE: > * Level 1 > =C2=A0 :PROPERTIES: > =C2=A0 :ID: =C2=A0 =C2=A0 =C2=A0 527b694d-8288-4d37-a06a-a288bd9592b5 > =C2=A0 :END: > This is level 1 with ID {{{property(ID)}}} > ** Level 2 > =C2=A0 =C2=A0:PROPERTIES: > =C2=A0 =C2=A0:ID: =C2=A0 =C2=A0 =C2=A0 1cf7847a-0977-4f18-8dc1-c3058a89a5= 96 > =C2=A0 =C2=A0:END: > This is level 2 with ID {{{property(ID)}}} > *** Level 3 > =C2=A0 =C2=A0 :PROPERTIES: > =C2=A0 =C2=A0 :ID: =C2=A0 =C2=A0 =C2=A0 2b9390ca-17ea-452f-be68-28c134dd3= 76e > =C2=A0 =C2=A0 :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 t= he "Level 2"=20 >> heading,=C2=A0=20 >>=C2=A0 I get "Level 2" as document title, but the ID value is not evaluat= ed so I=20 >> get {{{property(ID)}}} instead. The level 3 ID value is correctly export= ed. > > > 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 ev= aluated for=20 > > 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, --=20 Nicolas Goaziou
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?