On Apr 7, 2013, at 8:05 PM, Bernt Hansen <be...@norang.ca> wrote: > Hi Nicolas, > > I just noticed that the new exporter does not export inactive timestamps > in table columns. This is now controlled by the option <:t > > I think this is a change from the old exporter (but I'm not sure it's > really wrong).
Timing is everything. I just noticed the same thing today. I also don't know if it is “wrong” or not, but it is different than the old exporter. In my case I used org-collector to generate the tables, so my workaround was an ugly hack around the property selector in my dynamic block line. #+begin_example #+begin: <other org collector options> :cols ( (replace-regexp-in-string " .*\]" "" (replace-regexp-in-string "^\\[" "" (format "%s" ops-meeting-date))) …) #+end_example Where ~ops-meeting-date~ is a property on some of my headlines that in turn is an inactive timestamp.