Re: [O] org-collector unable to handle macros

2015-09-28 Thread Aaron Ecay
Hi Nicolas, 2015ko irailak 19an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Aaron Ecay writes: > >> This looks like the same problem I reported (and provided a patch for) here: >> . Some orgtbl-* >> functions

Re: [O] org-collector unable to handle macros

2015-09-24 Thread Achim Gratz
Nicolas Goaziou writes: >> It seems that there is no table returned or the interpretation of the >> returned data as a table fails. > > I just applied a patch that may fix these issues. This bug is fixed, thank you. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk

Re: [O] org-collector unable to handle macros

2015-09-23 Thread Achim Gratz
Nicolas Goaziou writes: > Fixed. Thank you. That commit 6d2ab4071960f8a7f20138291424b468722ab522 breaks three R tests for me on Linux (not that other R tests do run correctly): 3 unexpected results: FAILED test-ob-R/colnames-nil-header-argument FAILED

Re: [O] org-collector unable to handle macros

2015-09-23 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > That commit 6d2ab4071960f8a7f20138291424b468722ab522 breaks three R > tests for me on Linux (not that other R tests do run correctly): > > 3 unexpected results: >FAILED test-ob-R/colnames-nil-header-argument >FAILED

Re: [O] org-collector unable to handle macros

2015-09-19 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > This looks like the same problem I reported (and provided a patch for) here: > . Some orgtbl-* > functions can’t cope with macro (or macro-resembling) text, because they > use the exporter,

Re: [O] org-collector unable to handle macros

2015-09-11 Thread Mark Edgington
Aaron Ecay gmail.com> writes: > > This looks like the same problem I reported (and provided a patch for) here: > . Some orgtbl-* > functions can’t cope with macro (or macro-resembling) text, because they > use the exporter, which expects

Re: [O] org-collector unable to handle macros

2015-09-11 Thread Nick Dokos
Mark Edgington writes: > Aaron Ecay gmail.com> writes: > >> >> This looks like the same problem I reported (and provided a patch for) here: >> . Some orgtbl-* >> functions can’t cope with macro (or macro-resembling)

Re: [O] org-collector unable to handle macros

2015-09-09 Thread Aaron Ecay
Hi Nicolas, 2015ko irailak 8an, Nicolas Goaziou-ek idatzi zuen: > > Mark Edgington writes: > >> Can you explain what you mean about using CUSTOM_ID in the context of >> org-collector? > > :ID: is special property, which is usually set with `org-id-get-create'. > Creating it

Re: [O] org-collector unable to handle macros

2015-09-08 Thread Nicolas Goaziou
Mark Edgington writes: > Can you explain what you mean about using CUSTOM_ID in the context of > org-collector? :ID: is special property, which is usually set with `org-id-get-create'. Creating it by any other mean can introduce error during export. > Maybe I misunderstood

Re: [O] org-collector unable to handle macros

2015-09-08 Thread Mark Edgington
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

Re: [O] org-collector unable to handle macros

2015-08-31 Thread Mark Edgington
Charles Millar verizon.net> writes: > This may be related to the problem or is the same that I reported in > April and May and again earlier this month when Bastien's requested > details in his August 4th message. Have you (or anyone else) been able to reproduce the problem given the example

Re: [O] org-collector unable to handle macros

2015-08-31 Thread Nicolas Goaziou
Hello, Mark Edgington writes: > Charles Millar verizon.net> writes: > >> This may be related to the problem or is the same that I reported in >> April and May and again earlier this month when Bastien's requested >> details in his August 4th message. > > Have you (or

Re: [O] org-collector unable to handle macros

2015-08-31 Thread Mark Edgington
On Aug 31, 2015 6:43 PM, "Nicolas Goaziou" wrote: > > Hello, > > Mark Edgington writes: > > > Charles Millar verizon.net> writes: > > > >> This may be related to the problem or is the same that I reported in > >> April and May and again earlier this

Re: [O] org-collector unable to handle macros

2015-08-31 Thread Nicolas Goaziou
Mark Edgington writes: > On Aug 31, 2015 6:43 PM, "Nicolas Goaziou" wrote: >> >> Hello, >> >> Mark Edgington writes: >> >> > Charles Millar verizon.net> writes: >> > >> >> This may be related to the problem or is the same that I

Re: [O] org-collector unable to handle macros

2015-08-31 Thread Mark Edgington
> >> > >> :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

[O] org-collector unable to handle macros

2015-08-28 Thread Mark Edgington
I have had problems getting org-collector.el to generate tables where the content of the tables should include macros. At some point in the past this worked, but at this time (latest git version of org-mode), the following example fails (unless you remove the macro from the property definition):

Re: [O] org-collector unable to handle macros

2015-08-28 Thread Charles Millar
This may be related to the problem or is the same that I reported in April and May and again earlier this month when Bastien's requested details in his August 4th message. org-collector does not work with org 8.3, but does with 8.2.10 Charlie Millar On 08/28/2015 02:11 PM, Mark Edgington