emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: emacs-orgmode@gnu.org
Cc: nicholas.dokos@hp.com
Subject: Re: calendar problem with schedule
Date: Sat, 31 Dec 2011 23:51:47 -0500	[thread overview]
Message-ID: <27104.1325393507@alphaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Richard Riley <rileyrg@gmail.com> of "Sun, 01 Jan 2012 03:22:27 +0100." <u9d3b4i2l8.fsf@news.eternal-september.org>

Richard Riley <rileyrg@gmail.com> wrote:

> 
> Ive not been using org mode for a while, just came back to and using
> latest 24 snapshot from git I get
> 
> ,----
> | Debugger entered--Lisp error: (void-function window-combination-p)
> |   window-combination-p(#<window 8> nil)
> |   calendar-generate-window(1 2012)
> |   calendar-basic-setup(nil)
> |   calendar()

You likely have a mixture of old and new files (what I call a
"frankenstein install"): calendar-generate-window calls
window-combined-p in the current version, and there is no
window-combination-p function, which leads me to believe that you have
old calendar code.

I recommend a thorough cleaning, rebuilding and reinstalling of
emacs. You might want to try a restart of emacs first just to see if it
works, but I wouldn't hold my breath.

Nick

PS. Happy New Year!

> |   org-read-date(nil to-time nil nil nil nil)
> |   byte-code("\b\204>	\306>\203>\212\307\310!\210\212\311 \210`)\312	\313=
> =3D\203!=0B\202\"\f\n\310#\203=3D\314\315!\316\317\320!\".\205;\321!/)	\203=
> R\b\206Q\322\323\324\323\211./&=100\203}	\325\235\203}	\313=3D\203h=0E1\202j=
> =0E2\326\261\210\327\b3\323\211\2114C&\210\323\212\214\323\211\211\211\2115=
> =1E678\307\310!\210\3309\331P!\210\315\225b\210i8\332\225b\210m\203\255\333=
> c\210\202\260\315u\210	\204\302\330\334:P!\204\302\335\336\323\"\210\3309!\=
> 204\345\330\337;\340Q!\203\345\314\315!<\232\204\345\332\224\332\225}\210\2=
> 02\372\341\333!\210\342u\210``}\210=3D\203\372\3438!\210	>B77\203L=0E7\211A=
> 7@\2116\313=3D\203=01\312=0B\323\310#\204;=0E6\344=3D\203+\312\f\323\310#\2=
> 04;=0E6\345=3D\203=01\312?\323\310#\203=01\346\347!\210\330\350!\203=01\346=
> \347!\210\202=01\330\351!\203V\346\347!\210=3D\203dn\203d\3438!\210	\203\32=
> 2n\204x`Sf\352=3D\204x\326\202y\347	\313=3D\203\204=0E1\202\227	\344=3D\203=
> \217=0E2\202\227	\345=3D\205\227=0E@\326\261\210\327\b3\206\252	\345=3D\205\=
> 252=0EA	\345=3D\323\2114C&=15n\204\314`Sf\352=3D\204\314\323f\352=3D\204\31=
> 4\326\202\315\347c\210\315\x7f\210eb\210~\210\330\353!\203\353`Sf\354\232\203\=
> 353`S\355 |\210.=07\207" [time what end org-scheduled-time-regexp org-deadl=
> ine-time-regexp ts (scheduled deadline) org-back-to-heading t outline-next-=
> heading re-search-forward scheduled match-string 1 apply encode-time org-pa=
> rse-time-string org-get-compact-tod org-read-date nil to-time (scheduled de=
> adline) " " org-insert-time-stamp looking-at "\\( *\\)[^\n]*" 0 "\n" "[ 	]*=
> " throw exit "[^\n]*?" "[^\n]*" insert-before-markers -1 org-indent-to-colu=
> mn deadline closed replace-match "" "--+<[^>]+>" "^[ 	]+" 32 "[ 	]*\n" 10 p=
> oint-at-eol default-time default-input org-insert-labeled-timestamps-at-poi=
> nt org-scheduled-string ...] 8)
> |   org-add-planning-info(scheduled nil closed)
> |   org-schedule(nil)
> |   call-interactively(org-schedule nil nil)
> `----
> 
> when pressing C-c C-s to schedule an item.
> 
> Whats changed or what have I configured wrong?
> 
> 

  parent reply	other threads:[~2012-01-01  4:51 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-01  2:22 calendar problem with schedule Richard Riley
     [not found] ` <rileyrg@gmail.com>
2012-01-01  4:51   ` Nick Dokos [this message]
2012-01-03 20:34     ` Richard Riley
2012-01-03 20:48       ` Nick Dokos
2012-01-03 22:20         ` Richard Riley
2012-02-17 21:14   ` Limit todo window Nick Dokos
2012-02-18 10:12     ` Richard Riley
2012-04-14 22:45   ` Capturing to current file Nick Dokos
2012-04-14 23:02     ` Samuel Wales
2012-04-14 23:05       ` Nick Dokos
2012-04-14 23:04     ` Nick Dokos
2012-04-14 23:21       ` Richard Riley
2012-04-15  1:18       ` Charles
2012-04-15  2:33         ` Nick Dokos
2012-04-15  2:49           ` Samuel Wales
2012-04-15 13:52             ` Nick Dokos
2012-04-20 12:58           ` Bastien
2012-04-20 19:44             ` Charles
2012-04-29  8:59               ` Bastien
2012-05-01  2:54                 ` Mike McLean
2012-04-22 13:14             ` Charles
  -- strict thread matches above, loose matches on Subject: below --
2012-02-17 20:58 Limit todo window Richard Riley
2012-04-14 18:27 Capturing to current file Marvin Doyley
2012-04-14 18:32 ` Karl Voit
2012-04-14 21:44   ` Richard Riley

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=27104.1325393507@alphaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.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).