emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Joe Corneli <holtzermann17@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Bug: entering range of times [9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)]
Date: Thu, 20 Apr 2017 11:57:31 -0400	[thread overview]
Message-ID: <874lxjul5g.fsf@kyleam.com> (raw)
In-Reply-To: <87wpafp3f2.fsf@gmail.com>

Joe Corneli <holtzermann17@gmail.com> writes:

> As I understand it I should be able to enter a range of times using
> either of the following formats:
>
> ** TODO time range <2017-04-21 Fri 15:45-16:45>
> ** TODO time+date range <2017-04-21 Fri 15:45>--<2017-04-22 Sat 15:45>
>
> Docs: http://orgmode.org/manual/Timestamps.html
>
> However, using the formats above triggers errors when I try to display
> the agenda (org-agenda) or todo list (org-todo-list).

[...]

> ~~~
> Debugger entered--Lisp error: (void-function org-hh:mm-string-to-minutes)
>
> Emacs  : GNU Emacs 25.1.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.13)
>  of 2016-08-15
> Package: Org mode version 9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)

Based on your version information, you're on the master branch.
org-hh:mm-string-to-minutes is no longer used in this branch; there's a
compatibility alias, but no calls to it:

    $ git describe
    release_9.0.5-474-g942b6267a
    $ git grep org-hh:mm-string-to-minutes
    etc/ORG-NEWS:*** ~org-hh:mm-string-to-minutes~ is obsolete
    lisp/org-compat.el:(define-obsolete-function-alias 'org-hh:mm-string-to-minutes

So, in order to get the void function error above, older Org files that
call org-hh:mm-string-to-minutes must be getting loaded at some point.
And I suppose master's org-compat.el must not be getting loaded because
the alias isn't defined.

Perhaps the mixed-install FAQ section will help you track down the
issue: http://orgmode.org/worg/org-faq.html#mixed-install

-- 
Kyle

  reply	other threads:[~2017-04-20 15:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-20 14:19 Bug: entering range of times [9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)] Joe Corneli
2017-04-20 15:57 ` Kyle Meyer [this message]
2017-04-20 21:51   ` Joe Corneli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874lxjul5g.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=holtzermann17@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).