From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Edgington Subject: Re: org-collector unable to handle macros Date: Mon, 31 Aug 2015 19:19:38 -0400 Message-ID: References: <55E0FCB4.2000305@verizon.net> <87mvx73wnz.fsf@nicolasgoaziou.fr> <87egij3w4b.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e011849d4db78b9051ea3aa4a Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWYMW-0007UW-9c for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 19:19:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWYMV-0005UU-GY for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 19:19:40 -0400 Received: from mail-ig0-x236.google.com ([2607:f8b0:4001:c05::236]:37368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWYMV-0005UP-BD for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 19:19:39 -0400 Received: by igui7 with SMTP id i7so64645055igu.0 for ; Mon, 31 Aug 2015 16:19:38 -0700 (PDT) In-Reply-To: <87egij3w4b.fsf@nicolasgoaziou.fr> 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 --089e011849d4db78b9051ea3aa4a Content-Type: text/plain; charset=UTF-8 > >> > >> :INCLASS: ABC {{{c(stuff)}}} DEF > >> > >> looks incorrect. Macros are not expanded in node properties (with an > >> exception for :EXPORT_SOMETHING: when #+SOMETHING is parsed). > > > > It is not intended to be expanded when generating the table, but the table > > should have the macro in it, so that it gets expanded when the table is > > exported. > > OK. Then another problem: > > :ID: sched_table > > ID properties are meant to be set with `org-id'. What about using > CUSTOM_ID instead? When using CUSTOM_ID, I get the following message (and the table generation fails): condition-case: (error Cannot find entry with :ID: sched_table) Is this not the case for you? I have enabled org-collector via M-x customize-variable org-modules. --089e011849d4db78b9051ea3aa4a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

> >>
> >>=C2=A0 =C2=A0:INCLASS:=C2=A0 ABC {{{c(stuff)}}} DEF
> >>
> >> looks incorrect. Macros are not expanded in node properties (= with an
> >> exception for :EXPORT_SOMETHING: when #+SOMETHING is parsed).=
> >
> > It is not intended to be expanded when generating the table, but = the table
> > should have the macro in it, so that it gets expanded when the ta= ble is
> > exported.
>
> OK. Then another problem:
>
> =C2=A0 :ID: sched_table
>
> ID properties are meant to be set with `org-id'. What about using<= br> > CUSTOM_ID instead?

When using CUSTOM_ID, I get the following message (and the t= able generation fails):

condition-case: (error Cannot find entry with :ID: sched_tab= le)

Is this not the case for you?=C2=A0 I have enabled org-colle= ctor via M-x customize-variable <RET> org-modules.

--089e011849d4db78b9051ea3aa4a--