From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Edgington Subject: Re: org-collector unable to handle macros Date: Tue, 8 Sep 2015 18:08:22 +0000 (UTC) Message-ID: References: <55E0FCB4.2000305@verizon.net> <87mvx73wnz.fsf@nicolasgoaziou.fr> <87egij3w4b.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZNKA-0008Og-KR for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 14:08:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZNK4-0004Ya-J5 for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 14:08:54 -0400 Received: from plane.gmane.org ([80.91.229.3]:42573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZNK4-0004YN-Cr for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 14:08:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZZNJv-0005P6-Qs for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 20:08:39 +0200 Received: from 209.140.209.56 ([209.140.209.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Sep 2015 20:08:34 +0200 Received: from edgimar by 209.140.209.56 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Sep 2015 20:08:34 +0200 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 Nicolas Goaziou nicolasgoaziou.fr> writes: > > Mark Edgington gmail.com> writes: > > > On Aug 31, 2015 6:43 PM, "Nicolas Goaziou" nicolasgoaziou.fr> wrote: > >> > >> Hello, > >> > >> Mark Edgington gmail.com> writes: > >> > > >> > Have you (or anyone else) been able to reproduce the problem given the > >> > example which I provided? Is this indeed a bug, or am I > > misunderstanding > >> > something? > >> > >> :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? Hi Nicolas, Can you explain what you mean about using CUSTOM_ID in the context of org-collector? Maybe I misunderstood something. Do you think the reason that a table can't be generated from my example code is that org-collector is somehow trying to expand the macros when the table is generated? I assume that the correct behavior should be for it to *not* expand macros, and just pass them through verbatim into the table-fields. Regards, Mark