From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subhan Tindall Subject: Possible bug report - error with time string recognition in clocktable Date: Wed, 8 May 2013 16:47:55 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0122aefe1f8e7104dc3d909c Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaE5Y-00074B-QJ for emacs-orgmode@gnu.org; Wed, 08 May 2013 19:48:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaE5W-0001pq-3Y for emacs-orgmode@gnu.org; Wed, 08 May 2013 19:48:00 -0400 Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:38205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaE5V-0001pd-SR for emacs-orgmode@gnu.org; Wed, 08 May 2013 19:47:58 -0400 Received: by mail-la0-f46.google.com with SMTP id fk20so2265038lab.5 for ; Wed, 08 May 2013 16:47:56 -0700 (PDT) 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: Org-Mode --089e0122aefe1f8e7104dc3d909c Content-Type: text/plain; charset=ISO-8859-1 The following clocktable line: #+BEGIN: clocktable :tstart "<-7d>" :tend "" #+END: errors out on the tstart & tend times According to all the documentation I can find, these are both valid 'special' time strings. Attempts to evaluate the clocktable with C-c C-c give the error: Updating dynamic block `clocktable' at line 57... org-parse-time-string: Not a standard Org-mode time string: <-7d> however this: #+BEGIN: clocktable :tstart "<2013-05-08 Wed>" :tend "<2013-05-09 Thu>" #+END: works just fine -- Subhan Michael Tindall | Software Developer | smt@rentrakmail.com RENTRAK | www.rentrak.com | NASDAQ: RENT --089e0122aefe1f8e7104dc3d909c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
The following clocktable line:
#+BEGIN: clocktabl= e :tstart "<-7d>" :tend "<now>"
<= br>
#+END:

errors out on the tstar= t & tend times
According to all the documentation I can find, these are both va= lid 'special' time strings.
Attempts to evaluate th= e clocktable with C-c C-c give the error:

Updating dynamic block `clocktable' at line 57...
org-pa= rse-time-string: Not a standard Org-mode time string: <-7d>

however this:
#+BEGIN: clocktable :ts= tart "<2013-05-08 Wed>" :tend "<2013-05-09 Thu>&= quot;
#+END:

works just fin= e


--
Subhan Michael Tindall | Software Developer
| smt@rentrakmail.com
RENTRAK | www.rentrak= .com | NASDAQ: RENT
--089e0122aefe1f8e7104dc3d909c--