From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: org-collector unable to handle macros Date: Wed, 09 Sep 2015 16:56:10 +0100 Message-ID: <87bndbd1t1.fsf@gmail.com> References: <55E0FCB4.2000305@verizon.net> <87mvx73wnz.fsf@nicolasgoaziou.fr> <87egij3w4b.fsf@nicolasgoaziou.fr> <87d1xshgtf.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZhjW-0001cR-KC for emacs-orgmode@gnu.org; Wed, 09 Sep 2015 11:56:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZhjT-0000Jd-RI for emacs-orgmode@gnu.org; Wed, 09 Sep 2015 11:56:26 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:36046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZhjT-0000JR-Ka for emacs-orgmode@gnu.org; Wed, 09 Sep 2015 11:56:23 -0400 Received: by wicgb1 with SMTP id gb1so122175733wic.1 for ; Wed, 09 Sep 2015 08:56:22 -0700 (PDT) In-Reply-To: <87d1xshgtf.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: Nicolas Goaziou , Mark Edgington Cc: emacs-orgmode@gnu.org Hi Nicolas, 2015ko irailak 8an, Nicolas Goaziou-ek idatzi zuen: >=20 > Mark Edgington writes: >=20 >> Can you explain what you mean about using CUSTOM_ID in the context of >> org-collector? >=20 > :ID: is special property, which is usually set with `org-id-get-create'. > Creating it by any other mean can introduce error during export. >=20 >> 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? >=20 > I didn't check org-collector library, so I don't know the problem and > didn't take time for serious debugging. I'm just trying to point out > what seems to be a mistake in your ECM. This looks like the same problem I reported (and provided a patch for) here: . Some orgtbl-* functions can=E2=80=99t cope with macro (or macro-resembling) text, because= they use the exporter, which expects all macros to have valid definitions. Hopefully this time the bug can actually get fixed, instead of becoming bogged down in irrelevant aspects of the context in which it is reported. --=20 Aaron Ecay