From mboxrd@z Thu Jan 1 00:00:00 1970 From: Divan Santana Subject: Re: issue with deadline and schedule on same line Date: Mon, 19 Dec 2016 15:18:14 +0200 Message-ID: <87a8bsoy5l.fsf@santanas.co.za> References: <871sx4jdgf.fsf@santanas.co.za> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIxpm-0006LU-Sv for emacs-orgmode@gnu.org; Mon, 19 Dec 2016 08:18:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIxpj-0006V7-M5 for emacs-orgmode@gnu.org; Mon, 19 Dec 2016 08:18:30 -0500 Received: from outmail148099.authsmtp.net ([62.13.148.99]:54633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIxpj-0006Rv-Ae for emacs-orgmode@gnu.org; Mon, 19 Dec 2016 08:18:27 -0500 Received: from mail-c232.authsmtp.com (mail-c232.authsmtp.com [62.13.128.232]) by punt22.authsmtp.com (8.14.2/8.14.2/) with ESMTP id uBJDILPK014661 for ; Mon, 19 Dec 2016 13:18:21 GMT Received: from mail.santanas.co.za ([196.192.182.3]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2/) with ESMTP id uBJDIHmv011245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 19 Dec 2016 13:18:20 GMT Received: from authenticated-user (mail.santanas.co.za [196.192.182.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.santanas.co.za (Postfix) with ESMTPSA id 3477E1FFA0 for ; Mon, 19 Dec 2016 15:18:16 +0200 (SAST) In-reply-to: <871sx4jdgf.fsf@santanas.co.za> 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" To: Org Mode > Hi Org users > > Quick one. Having an issue when trying to fire up `org-agenda`. > > It errors with: > > ``` > org-agenda-get-day-entries: Wrong type argument: number-or-marker-p, "<2016-12-20 Tue +1m>" > ``` > > That's when one tries to read this file in: > > ``` > * Tasks > ** TODO [#B] Do budget for next Month - 20th :money:admin:2pomodoros: > DEADLINE: <2016-12-20 Tue +1m> SCHEDULED: <2016-12-20 Tue +1m> > > ``` > > Is this expected? Or am I doing something wrong? > > If I have just DEADLINE or SCHEDULED entry then `org-agenda` fires up > without an issue. > > Any ideas? > > #### System Info :computer: > - OS: gnu/linux > - Emacs: 25.1.1 > - Spacemacs: 0.200.5 > - Spacemacs branch: master (rev. 664ba6ab) > - Graphic display: t > - Distribution: spacemacs > - Editing style: vim > - Completion: helm > - Layers: > ```elisp > ((auto-completion :variables auto-completion-enable-snippets-in-popup t auto-completion-private-snippets-directory > (list "~/.spacemacs.d/snippets" "~/.spacemacs.d/private/snippets")) > better-defaults command-log colors csv dash docker deft > (elfeed :variables rmh-elfeed-org-files > (list "~/.spacemacs.d/elfeed.org" "~/.spacemacs.d/private/elfeed-private.org") > elfeed-use-curl t url-queue-timeout 60) > emacs-lisp erc finance git github html > (markdown :variables markdown-live-preview-engine 'vmd) > (mu4e :variables mu4e-installation-path "/usr/share/emacs/site-lisp") > nginx > (org :variables org-enable-github-support t) > pandoc pass pdf-tools php puppet python ranger ruby search-engine > (shell :variables shell-default-position 'full shell-default-shell 'multi-term) > shell-scripts slack > (spell-checking :variables spell-checking-enable-by-default nil) > sql syntax-checking systemd themes-megapack twitter vagrant windows-scripts xkcd yaml) > ``` > - System configuration features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 Didn't include the org version, whoops. Org mode version 9.0.2 (9.0.2-elpaplus @ /home/admin/.emacs.d/elpa/org-plus-contrib-20161214/)