From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Wed, 13 Mar 2013 13:51:45 +0000 (UTC) Message-ID: References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <871ud0fdho.fsf@norang.ca> <878v704hoh.fsf@bzg.ath.cx> <87ppzr71cs.fsf@bzg.ath.cx> <87li9risqz.fsf@bzg.ath.cx> <87y5drfxyr.fsf@bzg.ath.cx> <87hakfecus.fsf@bzg.ath.cx> <877glbpi7a.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFm67-0004Is-MC for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 09:52:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFm65-0001DA-Q0 for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 09:52:03 -0400 Received: from plane.gmane.org ([80.91.229.3]:40921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFm65-0001D1-Ip for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 09:52:01 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UFm6Q-0002Qy-IH for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 14:52:22 +0100 Received: from mail.polytec.de ([213.144.13.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Mar 2013 14:52:22 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Mar 2013 14:52:22 +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 Bastien altern.org> writes: > > Hi Martin, > > Martin web.de> writes: > > However I still have the problem that M-x org-version produces > > an error: > > Org-mode version N/A-fixup (N/A-fixup !!check installation!! @ > > c:/Users/mynameDocuments/sorga/org-mode/org_current/lisp/) > > Is this normal in a beta? > > Nope. Did you run ~$ make autoloads (or simply ~$ make) > and set the correct load-paths? Yes, I set the load paths for lisp and contrib/lisp in my .emacs file and I executed make autoloads in the org-mode directory. :-( still the same problem: > > When trying to open an agenda, I get the error: > > org-entries-lessp: Wrong type argument: stringp, nil > The instructions for using a "beta" are in the "Using Org's git > repository" subsection and requires people to have Git installed > on their machine. If you have Git, its better to clone the repo > than to download the .zip from the repo. When trying the git clone command in cygwin, I get an error message "connection refused". I fear this could be blocked in my company's network. So I will have to download the archives and install them manually, I fear. I tried again, also modifying the local.mk (I'm using Windows 7), but no success. So I think I'll have to go back to 7.9.4. :-( Kind regards Martin