From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stefan-W. Hahn" Subject: Bug: commit 72c3f5e8e breaks diary-style sexp entries Date: Fri, 30 Oct 2015 20:01:33 +0100 Message-ID: <20151030190133.GA29869@scotty.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsEvm-0006Fs-Nj for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 15:01:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsEvh-0002N9-MA for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 15:01:42 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:62213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsEvh-0002Mm-Gp for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 15:01:37 -0400 Content-Disposition: inline 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: mail@nicolasgoaziou.fr Cc: emacs-orgmode@gnu.org Hello, commit 72c3f5e8e55ccab8a9793f729bfbaa89f4fab732 Author: Nicolas Goaziou Date: Wed Oct 28 14:41:31 2015 +0100 org-agenda: Fix `org-agenda-get-scheduled' * lisp/org-agenda.el (org-agenda-get-scheduled): Rewrite function. Comment code. Fix fontification and sorting issues introduced in breaks org-agenda when using diary-style sexp entries like <%%(diary-float t 4 2)> in as schedule date in org-agenda-get-scheduled when calling org-time-string-to-absolute with the sexp. Errormessage is: error: #("Bad timestamp ‘%%(diary-float t 4 2)’ Error was: (Not a standard Org-mode time string: %%(diary-float t 4 2))" 15 36 (org-category "test-date" fontified nil)) With kind regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.