[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] New exporter and dates in tables
From: |
Mike McLean |
Subject: |
Re: [O] New exporter and dates in tables |
Date: |
Sun, 7 Apr 2013 22:18:50 -0400 |
On Apr 7, 2013, at 8:05 PM, Bernt Hansen <address@hidden> 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.
- [O] New exporter and dates in tables, Bernt Hansen, 2013/04/07
- Re: [O] New exporter and dates in tables,
Mike McLean <=
- Re: [O] New exporter and dates in tables, Nicolas Goaziou, 2013/04/08
- Re: [O] New exporter and dates in tables, Bernt Hansen, 2013/04/08
- Re: [O] New exporter and dates in tables, Carsten Dominik, 2013/04/08
- Re: [O] New exporter and dates in tables, Nicolas Goaziou, 2013/04/08
- Re: [O] New exporter and dates in tables, Carsten Dominik, 2013/04/09
- Re: [O] New exporter and dates in tables, Nicolas Goaziou, 2013/04/10
- Re: [O] New exporter and dates in tables, Carsten Dominik, 2013/04/10
- Re: [O] New exporter and dates in tables, Bastien, 2013/04/10
- Re: [O] New exporter and dates in tables, Nicolas Goaziou, 2013/04/11
- Re: [O] New exporter and dates in tables, Bastien, 2013/04/11