From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: calendar problem with schedule Date: Sat, 31 Dec 2011 23:51:47 -0500 Message-ID: <27104.1325393507@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhDOj-00071y-2z for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 23:51:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhDOh-0000k2-U8 for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 23:51:53 -0500 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:23792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhDOh-0000jy-Qa for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 23:51:51 -0500 Received: from g5t0030.atlanta.hp.com (g5t0030.atlanta.hp.com [16.228.8.142]) by g5t0006.atlanta.hp.com (Postfix) with ESMTP id 0520BC0F1 for ; Sun, 1 Jan 2012 04:51:48 +0000 (UTC) In-Reply-To: Message from Richard Riley of "Sun, 01 Jan 2012 03:22:27 +0100." 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: nicholas.dokos@hp.com Richard Riley 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(# 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("\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\206Q\322\323\324\323\211./&=100\203} \325\235\203} \313=3D\203h=0E1\202j= > =0E2\326\261\210\3273\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\3273\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\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? > >