emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* issue with deadline and schedule on same line
@ 2016-12-19 12:45 Divan Santana
  2016-12-19 13:18 ` Divan Santana
  2016-12-19 15:11 ` Nicolas Goaziou
  0 siblings, 2 replies; 4+ messages in thread
From: Divan Santana @ 2016-12-19 12:45 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: issue with deadline and schedule on same line
  2016-12-19 12:45 issue with deadline and schedule on same line Divan Santana
@ 2016-12-19 13:18 ` Divan Santana
  2016-12-19 15:11 ` Nicolas Goaziou
  1 sibling, 0 replies; 4+ messages in thread
From: Divan Santana @ 2016-12-19 13:18 UTC (permalink / raw)
  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/)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: issue with deadline and schedule on same line
  2016-12-19 12:45 issue with deadline and schedule on same line Divan Santana
  2016-12-19 13:18 ` Divan Santana
@ 2016-12-19 15:11 ` Nicolas Goaziou
  2016-12-19 19:08   ` Divan Santana
  1 sibling, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2016-12-19 15:11 UTC (permalink / raw)
  To: Divan Santana; +Cc: Org Mode

Hello,

Divan Santana <divan@santanas.co.za> writes:

> 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>"

This was fixed a couple of days ago.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: issue with deadline and schedule on same line
  2016-12-19 15:11 ` Nicolas Goaziou
@ 2016-12-19 19:08   ` Divan Santana
  0 siblings, 0 replies; 4+ messages in thread
From: Divan Santana @ 2016-12-19 19:08 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: Org Mode

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> Divan Santana <divan@santanas.co.za> writes:
>
>> 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>"
>
> This was fixed a couple of days ago.

Thanks a lot.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-19 19:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-19 12:45 issue with deadline and schedule on same line Divan Santana
2016-12-19 13:18 ` Divan Santana
2016-12-19 15:11 ` Nicolas Goaziou
2016-12-19 19:08   ` Divan Santana

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).