emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Paul Whipp <paul.whipp@gmail.com>
To: emacs-orgmode@gnu.org
Subject: org-mode no longer picking up scheduled tasks when upgraded to 8.0.3
Date: Wed, 3 Jul 2013 09:07:06 +1000	[thread overview]
Message-ID: <CAMAB+Ppx5E--oGjtDJ28WcS20-icP+FPGJNTsS1L83=1HY6W0w@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1774 bytes --]

I use org-mode all the time and find it invaluable. I recently upgraded my
ubuntu environment to 13.04 and emacs 24.2.1 came with it. org-mode was
working fine within it out of the box except it failed with "Symbol's
function definition is void: org-defvaralias" when I restarted the machine
this morning.

Not finding much on google I decided to upgrade org-mode to the latest
release so I added
(require 'package)
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
(unless package-archive-contents    ;; Refresh the packages descriptions
  (package-refresh-contents))
(setq package-load-list '(all))     ;; List of packages to load
(unless (package-installed-p 'org)  ;; Make sure the Org package is
  (package-install 'org))           ;; installed, install it if not
(package-initialize)                ;; Initialize & Install Package

to my init as per http://orgmode.org/elpa.html#. This gave me org-version
8.0.3

Now my agenda is completely blank with no tasks displaying at all (they
also fail to display in the other views).

A message "org-agenda-skip: Wrong type argument: stringp, nil" appears when
I try to recalculate the agenda view.

I know that something is now failing in one of my org files because if I
reset org-agenda-files to a simple test file it works. However, I have
literally dozens of org files, some of which are many thousands of lines
long because I use them for client documentation. They were working fine in
the previous version of org-mode.

Another, possibly related issue is that when emacs opens and the agenda is
calculated, the test file buffer is marked as changed when it is not
changed.

Is there some way I can easily narrow down the issue or perhaps restore the
robustness of the previous org-mode version?

[-- Attachment #2: Type: text/html, Size: 2213 bytes --]

             reply	other threads:[~2013-07-02 23:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-02 23:07 Paul Whipp [this message]
2013-07-03  8:06 ` org-mode no longer picking up scheduled tasks when upgraded to 8.0.3 Bastien

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='CAMAB+Ppx5E--oGjtDJ28WcS20-icP+FPGJNTsS1L83=1HY6W0w@mail.gmail.com' \
    --to=paul.whipp@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).