From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin Beck" Subject: (no subject) Date: Tue, 29 Jan 2013 10:43:44 +0100 (CET) Message-ID: Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U07jJ-00022t-RS for emacs-orgmode@gnu.org; Tue, 29 Jan 2013 04:43:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U07jG-0000a0-O6 for emacs-orgmode@gnu.org; Tue, 29 Jan 2013 04:43:49 -0500 Received: from mout.web.de ([212.227.17.11]:64122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U07jG-0000ZL-FB for emacs-orgmode@gnu.org; Tue, 29 Jan 2013 04:43:46 -0500 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-mailinglist
I'm trying to create a custom agenda setup for my org-mode and I wonder how I can sort the agenda-items by date (Scheduled or deadline): newest first.

I only found time-up / time-down in the parameters, but that does not seem to do what I need.

Another important point would be how to handle items with no scheduled/date or deadline.. they should be placed at the end of the list.

I've been searching some time but did not find a solution. :-(

Kind regards

Martin

From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Beck Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Wed, 30 Jan 2013 08:23:27 +0000 (UTC) Message-ID: References: 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]:50091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0TMa-0007iM-0b for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 03:49:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0TMZ-0008Kg-4c for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 03:49:47 -0500 Received: from plane.gmane.org ([80.91.229.3]:50221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0TMY-0008Kb-U0 for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 03:49:47 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U0TMp-0004rJ-QB for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 09:50:03 +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, 30 Jan 2013 09:50:03 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jan 2013 09:50:03 +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 Martin Beck web.de> writes: (sorry, I was too fast and forgot to enter a subject) I'm trying to create a custom agenda setup for my org-mode and I wonder how I can sort the agenda-items by date (Scheduled or deadline): newest first. I only found time-up / time-down in the parameters, but that does not seem to do what I need. Another important point would be how to handle items with no scheduled/date or deadline.. they should be placed at the end of the list. I've been searching some time but did not find a solution. Kind regards Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: (no subject) Date: Wed, 30 Jan 2013 07:12:13 -0500 Message-ID: <87boc6euoy.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0WWY-0005ft-47 for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:12:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0WWW-0002GL-Bg for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:12:18 -0500 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:33599 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0WWW-0002GB-8M for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:12:16 -0500 In-Reply-To: (Martin Beck's message of "Tue, 29 Jan 2013 10:43:44 +0100 (CET)") 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: Martin Beck Cc: emacs orgmode-mailinglist "Martin Beck" writes: > I'm trying to create a custom agenda setup for my org-mode and I wonder how I can sort the agenda-items by date (Scheduled > or deadline): newest first. > > I only found time-up / time-down in the parameters, but that does not seem to do what I need. > > Another important point would be how to handle items with no scheduled/date or deadline.. they should be placed at the end > of the list. > > I've been searching some time but did not find a solution. :-( Hi Martin, I sort my daily agenda items specifically using a bunch of complicated sorting functions. They are all documented here: http://doc.norang.ca/org-mode.html#AgendaViewTweaks HTH, Bernt From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Sorting by scheduled-up/down (was: (no subject)) Date: Wed, 30 Jan 2013 11:31:19 +0100 Message-ID: <87haly3ouz.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Vbu-0001B5-GM for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0Vbs-0001xs-Sn for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:46 -0500 Received: from we-in-x0229.1e100.net ([2a00:1450:400c:c03::229]:48256 helo=mail-we0-x229.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Vbs-0001xQ-Ma for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:44 -0500 Received: by mail-we0-f169.google.com with SMTP id t11so1129148wey.0 for ; Wed, 30 Jan 2013 03:13:43 -0800 (PST) In-Reply-To: (Martin Beck's message of "Tue, 29 Jan 2013 10:43:44 +0100 (CET)") 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: Martin Beck Cc: emacs orgmode-mailinglist Hi Martin, "Martin Beck" writes: > I'm trying to create a custom agenda setup for my org-mode and I > wonder how I can sort the agenda-items by date (Scheduled or > deadline): newest first. > > I only found time-up / time-down in the parameters, but that does not > seem to do what I need. > > Another important point would be how to handle items with no > scheduled/date or deadline.. they should be placed at the end of the > list. > > I've been searching some time but did not find a solution. :-( This is pretty high on my TODO list for Org 8.0. Please stay tuned :) -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Beck Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Wed, 30 Jan 2013 12:25:19 +0000 (UTC) Message-ID: References: <87boc6euoy.fsf@norang.ca> 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]:43193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0WjV-0000H0-GY for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:25:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0WjQ-0006jM-Hh for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:25:41 -0500 Received: from plane.gmane.org ([80.91.229.3]:55119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0WjQ-0006jD-BV for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:25:36 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U0Wjd-0004ov-GV for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 13:25:49 +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, 30 Jan 2013 13:25:49 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jan 2013 13:25:49 +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 Bernt Hansen norang.ca> writes: > > "Martin Beck" web.de> writes: > > > I'm trying to create a custom agenda setup for my org-mode and I wonder how I can sort the agenda-items by > date (Scheduled > > or deadline): newest first. > > > > I only found time-up / time-down in the parameters, but that does not seem to do what I need. > > ... > > Hi Martin, > > I sort my daily agenda items specifically using a bunch of complicated > sorting functions. They are all documented here: > > http://doc.norang.ca/org-mode.html#AgendaViewTweaks > > HTH, > Bernt > > Hi Bernt, thanks a lot - I'm already working with your setup and currently struggling to adapt it to my needs, but my elisp/emacs/org-mode knowledge is still too limited. Is it true that "time-up" only sorts items which really have a time (hours/minutes) defined, so it does not also sort everything with date-timestamps by date? I tried to modify your Block Agenda by inserting the following block: (tags-todo "PRIORITY=\"A\"" ( (org-agenda-overriding-header "Critical") (org-agenda-entry-types '(:deadline)) (org-agenda-sorting-strategy (quote (time-up category-keep))) (org-agenda-todo-ignore-scheduled 'future) (org-agenda-todo-ignore-deadlines 'future) )) But unfortunately, it does only display category, TODO-keyword and subject, but NO information about Deadline or Scheduled date. Ho could I insert this additional "column" in the agenda view? Kind regards Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Wed, 30 Jan 2013 20:11:29 -0500 Message-ID: <87a9rqyx4u.fsf@norang.ca> References: <87boc6euoy.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0igo-0003ne-Qs for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 20:11:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0ign-0006OG-51 for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 20:11:42 -0500 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:22060 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0ign-0006N0-22 for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 20:11:41 -0500 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: Martin Beck Cc: emacs-orgmode@gnu.org Martin Beck writes: > Bernt Hansen norang.ca> writes: > >> >> "Martin Beck" web.de> writes: >> >> > I'm trying to create a custom agenda setup for my org-mode and I wonder how > I can sort the agenda-items by >> date (Scheduled >> > or deadline): newest first. >> > >> > I only found time-up / time-down in the parameters, but that does not seem > to do what I need. >> > ... >> >> Hi Martin, >> >> I sort my daily agenda items specifically using a bunch of complicated >> sorting functions. They are all documented here: >> >> http://doc.norang.ca/org-mode.html#AgendaViewTweaks >> >> HTH, >> Bernt >> >> > > Hi Bernt, > > thanks a lot - I'm already working with your setup and currently struggling to > adapt it to my needs, but my elisp/emacs/org-mode knowledge is still too limited. > > Is it true that "time-up" only sorts items which really have a time > (hours/minutes) defined, so it does not also sort everything with > date-timestamps by date? Hi Martin, >From ,----[ C-h v org-agenda-sorting-strategy ] | time-up Put entries with time-of-day indications first, early first | time-down Put entries with time-of-day indications first, late first `---- time-up should sort items with a date stamp and time with earlier times first followed by later times. time-down is the opposite. I don't think this has anything to do with durations. Yes it only seems to affect entries with a time component. On today's daily agenda if I set org-agenda-sorting-strategy to only be time-up then the grid is at the to of the agenda followed by all of the other entries. Any entries with a time are interspersed in the grid. With time-down the grid is in reverse at the bottom of the agenda. > > I tried to modify your Block Agenda by inserting the following block: > > (tags-todo "PRIORITY=\"A\"" ( > (org-agenda-overriding-header "Critical") > (org-agenda-entry-types '(:deadline)) > (org-agenda-sorting-strategy (quote (time-up category-keep))) > (org-agenda-todo-ignore-scheduled 'future) > (org-agenda-todo-ignore-deadlines 'future) > )) > > But unfortunately, it does only display category, TODO-keyword and subject, but > NO information about Deadline or Scheduled date. > > Ho could I insert this additional "column" in the agenda view? I can't make it work in the block agenda but as a standalone agenda does this help? --8<---------------cut here---------------start------------->8--- ("x" "test" tags-todo "PRIORITY=\"A\"" ((org-agenda-overriding-header "Critical") (org-agenda-entry-types '(:deadline)) (org-columns-default-format "%10CATEGORY(Category) %60ITEM(Task) %15DEADLINE(Deadline) %15SCHEDULED(Scheduled)") (org-agenda-view-columns-initially t) (org-agenda-sorting-strategy (quote (time-up category-keep))) (org-agenda-todo-ignore-scheduled 'future) (org-agenda-todo-ignore-deadlines 'future))) --8<---------------cut here---------------end--------------->8--- This starts the agenda in column mode and shows category, task, deadline, scheduled dates. 'q' exits column mode. In the block agenda if you turn on column mode with C-c C-x C-c you get the same information for all tasks in the agenda It's probably not exactly what you were looking for... Regards, Bernt From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Beck Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Thu, 31 Jan 2013 10:01:31 +0000 (UTC) Message-ID: References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> 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]:52890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0qxr-0006df-31 for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 05:01:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0qxp-0004kZ-Nm for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 05:01:51 -0500 Received: from plane.gmane.org ([80.91.229.3]:50734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0qxp-0004kR-H3 for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 05:01:49 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U0qy4-0002lG-4m for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 11:02:06 +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 ; Thu, 31 Jan 2013 11:02:04 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jan 2013 11:02:04 +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 Bernt Hansen norang.ca> writes: > > > > Ho could I insert this additional "column" in the agenda view? > > I can't make it work in the block agenda but as a standalone agenda does > this help? > > --8<---------------cut here---------------start------------->8--- > ("x" "test" tags-todo "PRIORITY=\"A\"" > ((org-agenda-overriding-header "Critical") > (org-agenda-entry-types '(:deadline)) > (org-columns-default-format "%10CATEGORY(Category) %60ITEM(Task) %15DEADLINE(Deadline) %15SCHEDULED(Scheduled)") > (org-agenda-view-columns-initially t) > (org-agenda-sorting-strategy (quote (time-up category-keep))) > (org-agenda-todo-ignore-scheduled 'future) > (org-agenda-todo-ignore-deadlines 'future))) > --8<---------------cut here---------------end--------------->8--- > > This starts the agenda in column mode and shows category, task, > deadline, scheduled dates. > > 'q' exits column mode. > > In the block agenda if you turn on column mode with C-c C-x C-c you get > the same information for all tasks in the agenda > > It's probably not exactly what you were looking for... > > Regards, > Bernt > > Hi Bernt, thanks for your help - so if you can not make it work, I assume that it's not possible yet? I tried your code - it does what it promises.. however, you're right, it's not yet what I need: I'd need Priority A and B in one view (table), then sorted * Prio A first * Prio B second lines sorted by date descending (newest first) .. would that be possible? If I understand the problem right, I can get the deadline/scheduled information in the agenda only with the "agenda" commmand, not with tags-todo or anything else? This is a pity. So theoretically, I'd have to use this agenda command and then tweak the sorting function to arrange items by Prio first and then by date? (That's what I tried already, based on your setup, but I was not able to make it work yet..) Kind regards Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Beck Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Thu, 31 Jan 2013 10:04:34 +0000 (UTC) Message-ID: References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> 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]:54863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0r5d-00018k-Fe for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 05:09:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0r5Y-00072n-RW for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 05:09:53 -0500 Received: from plane.gmane.org ([80.91.229.3]:51659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0r5Y-00072X-Ki for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 05:09:48 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U0r5o-0007fy-T8 for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 11:10:04 +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 ; Thu, 31 Jan 2013 11:10:04 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jan 2013 11:10:04 +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 Bernt Hansen norang.ca> writes: > > But unfortunately, it does only display category, TODO-keyword > > and subject, but > > NO information about Deadline or Scheduled date. > > I tried to create a block agenda with several blocks based on the (agenda ....)command, but then I also have the time grid several times.. Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Fri, 01 Feb 2013 07:04:11 -0500 Message-ID: <87wqusdyv8.fsf@norang.ca> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1FM3-0005AP-7b for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 07:04:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1FLy-0000qa-7h for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 07:04:27 -0500 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:45791 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1FLy-0000pk-4c for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 07:04:22 -0500 In-Reply-To: (Martin Beck's message of "Thu, 31 Jan 2013 10:04:34 +0000 (UTC)") 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: Martin Beck Cc: emacs-orgmode@gnu.org Martin Beck writes: > Bernt Hansen norang.ca> writes: > >> > But unfortunately, it does only display category, TODO-keyword >> > and subject, but >> > NO information about Deadline or Scheduled date. >> > > > I tried to create a block agenda with several blocks based > on the (agenda ....)command, but then I also have the time grid several times.. > You should be able to turn the grid off. Bernt From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Fri, 01 Feb 2013 07:02:59 -0500 Message-ID: <871ud0fdho.fsf@norang.ca> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1FPW-0005yr-7b for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 07:08:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1FPV-0001ra-1F for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 07:08:02 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:28560 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1FPU-0001rJ-Th for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 07:08:00 -0500 In-Reply-To: (Martin Beck's message of "Thu, 31 Jan 2013 10:01:31 +0000 (UTC)") 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: Martin Beck Cc: emacs-orgmode@gnu.org Martin Beck writes: > Hi Bernt, > thanks for your help - so if you can not make it work, I assume that it's not > possible yet? I didn't spend a lot of time on this so I wouldn't give up just yet. The thing I couldn't get to work was automatically starting column view in my block agenda. I can still manually do that with C-c C-x C-c > I tried your code - it does what it promises.. however, you're right, > it's not > yet what I need: > I'd need Priority A and B in one view (table), > then sorted > * Prio A first > * Prio B second > lines sorted by date descending (newest first) .. would that be possible? I think that should be possible. > > If I understand the problem right, I can get the deadline/scheduled information > in the agenda only with the "agenda" commmand, not with tags-todo or anything > else? This is a pity. In column view you can see the data in any agenda view. Dates are normally only displayed in the "agenda" view which includes the time grid. This would only show past due and past scheduled items and deadlines within deadline warning period. > So theoretically, I'd have to use this agenda command and then tweak the sorting > function to arrange items by Prio first and then by date? > (That's what I tried already, based on your setup, but I was not able to make it > work yet..) > Is column view in the agenda acceptable? I don't know of another way to display the deadline and schedule information you want. I can take another look at this over the weekend id you like. Regards, Bernt From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Beck Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Fri, 1 Feb 2013 13:23:01 +0000 (UTC) Message-ID: References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <87wqusdyv8.fsf@norang.ca> 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]:42253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1Gae-00048G-Gd for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 08:23:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1GaM-00063t-Kr for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 08:23:35 -0500 Received: from plane.gmane.org ([80.91.229.3]:39142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1GaM-00063b-ES for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 08:23:18 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U1GaZ-0004Ok-6Q for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 14:23:33 +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 ; Fri, 01 Feb 2013 14:23:31 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Feb 2013 14:23:31 +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 Bernt Hansen norang.ca> writes: > > I tried to create a block agenda with several blocks based > > on the (agenda ....)command, but then I also have the time > > grid several times.. > > > > You should be able to turn the grid off. Hi Bernt, thanks a lot for your answers (also the other one: http://article.gmane.org/gmane.emacs.orgmode/65520). If it is possible to use more than one "agenda" block in the block agenda and turn off the time grid for all but the first, this should do perfectly what I need. The only problem is, that I don't get it to work, because I'm messing up the code blocks. :-( I'd need * Block 1 with time grid and deadlines (current and late) * Block 2 with Prio A (scheduled today or before today), sorted by scheduled date - newest first * Block 3 with Prio B (scheduled today or before today, sorted by scheduled date - newest first) If you have a suggestion how to solve that, this would help me very much. Kind regards Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Fri, 01 Feb 2013 16:43:11 +0100 Message-ID: <86zjzo9h0w.fsf@somewhere.org> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <871ud0fdho.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Bernt, Bernt Hansen wrote: > Martin Beck writes: > >> Hi Bernt, >> thanks for your help - so if you can not make it work, I assume that it's not >> possible yet? > > I didn't spend a lot of time on this so I wouldn't give up just yet. > The thing I couldn't get to work was automatically starting column view > in my block agenda. I can still manually do that with C-c C-x C-c What about this? --8<---------------cut here---------------start------------->8--- (add-to-list 'org-agenda-custom-commands '("H" tags-todo "+home" ((org-agenda-view-columns-initially t)))) --8<---------------cut here---------------end--------------->8--- Best regards, Seb -- Sebastien Vauban From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Fri, 01 Feb 2013 16:55:18 +0100 Message-ID: <86vcac9ggp.fsf@somewhere.org> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <871ud0fdho.fsf@norang.ca> <86zjzo9h0w.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Bernt, > Bernt Hansen wrote: >> Martin Beck writes: >> >>> Hi Bernt, >>> thanks for your help - so if you can not make it work, I assume that it's not >>> possible yet? >> >> I didn't spend a lot of time on this so I wouldn't give up just yet. >> The thing I couldn't get to work was automatically starting column view >> in my block agenda. I can still manually do that with C-c C-x C-c > > What about this? > > (add-to-list 'org-agenda-custom-commands > '("H" > tags-todo "+home" > ((org-agenda-view-columns-initially t)))) Sorry. It does work as standalone agenda view, but I now guess you meant not in a block view... Too quick! Best regards, Seb -- Sebastien Vauban From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Sat, 2 Feb 2013 11:01:53 +1030 Message-ID: <877gmrtv2e.fsf@ucl.ac.uk> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <87wqusdyv8.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1R1h-0008In-RX for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 19:32:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1R1g-0006Tl-Ux for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 19:32:13 -0500 Received: from tx2ehsobe003.messaging.microsoft.com ([65.55.88.13]:35652 helo=tx2outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1R1g-0006TZ-OU for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 19:32:12 -0500 In-Reply-To: (Martin Beck's message of "Fri, 1 Feb 2013 13:23:01 +0000") 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: Martin Beck Cc: emacs-orgmode@gnu.org Martin Beck writes: > If it is possible to use more than one "agenda" block in the block agenda > and turn off the time grid for all but the first, this should do perfectly what > I need. One of my agenda custom views looks like this: #+begin_src emacs-lisp ("v" "Startup View" ( (todo "INPR" (quote(org-agenda-overriding-header "Currently active tasks: "))) (todo "WAIT" (quote(org-agenda-overriding-header "Tasks waiting on others: "))) (agenda "" ((org-agenda-time-grid nil) (org-deadline-warning-days 365) (org-agenda-entry-types (quote (:deadline))) (org-agenda-skip-entry-if (quote scheduled)) (org-agenda-ndays 1) (org-agenda-overriding-header "Unscheduled upcoming deadlines:"))) (agenda "" ((org-agenda-ndays 1) (org-deadline-warning-days 1))) (todo "" (quote(org-agenda-overriding-header "Unscheduled No Deadline TODO: ")))) #+end_src Note the =org-agenda-time-grid nil= setting. HTH, eric -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1 and Org release_7.9.3d-898-g005917 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Sat, 02 Feb 2013 12:04:45 -0500 Message-ID: <87ip6aejf6.fsf@norang.ca> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <87wqusdyv8.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1gWO-0008Jp-Sr for emacs-orgmode@gnu.org; Sat, 02 Feb 2013 12:04:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1gWN-0002Td-Jo for emacs-orgmode@gnu.org; Sat, 02 Feb 2013 12:04:56 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:40683 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1gWN-0002Sm-GL for emacs-orgmode@gnu.org; Sat, 02 Feb 2013 12:04:55 -0500 In-Reply-To: (Martin Beck's message of "Fri, 1 Feb 2013 13:23:01 +0000 (UTC)") 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: Martin Beck Cc: emacs-orgmode@gnu.org Martin Beck writes: > Bernt Hansen norang.ca> writes: > >> > I tried to create a block agenda with several blocks based >> > on the (agenda ....)command, but then I also have the time >> > grid several times.. >> >> > >> You should be able to turn the grid off. > > > Hi Bernt, > thanks a lot for your answers (also the other one: > http://article.gmane.org/gmane.emacs.orgmode/65520). > > If it is possible to use more than one "agenda" block in the block agenda > and turn off the time grid for all but the first, this should do perfectly what > I need. Yes it is possible. See Eric S Fraga's reply in this thread for the appropriate variable. Regards, Bernt From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Sat, 02 Feb 2013 11:57:04 -0500 Message-ID: <87mwvmejrz.fsf@norang.ca> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <871ud0fdho.fsf@norang.ca> <86zjzo9h0w.fsf@somewhere.org> <86vcac9ggp.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1gP6-000567-Tx for emacs-orgmode@gnu.org; Sat, 02 Feb 2013 11:57:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1gP5-0000dJ-UV for emacs-orgmode@gnu.org; Sat, 02 Feb 2013 11:57:24 -0500 Received: from plane.gmane.org ([80.91.229.3]:41390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1gP5-0000dA-OU for emacs-orgmode@gnu.org; Sat, 02 Feb 2013 11:57:23 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U1gPE-00067n-CW for emacs-orgmode@gnu.org; Sat, 02 Feb 2013 17:57:32 +0100 In-Reply-To: <86vcac9ggp.fsf@somewhere.org> (Sebastien Vauban's message of "Fri, 01 Feb 2013 16:55:18 +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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org "Sebastien Vauban" writes: > Bernt, > >> Bernt Hansen wrote: >>> The thing I couldn't get to work was automatically starting column view >>> in my block agenda. I can still manually do that with C-c C-x C-c >> >> What about this? >> >> (add-to-list 'org-agenda-custom-commands >> '("H" >> tags-todo "+home" >> ((org-agenda-view-columns-initially t)))) > > Sorry. It does work as standalone agenda view, but I now guess you meant not > in a block view... Too quick! Exactly :) Regards, Bernt From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Thu, 07 Feb 2013 09:21:49 +0100 Message-ID: <878v704hoh.fsf@bzg.ath.cx> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <871ud0fdho.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3NXm-0006X8-Hs for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:13:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3NXl-0002xd-Ck for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:13:22 -0500 Received: from mail-wg0-f47.google.com ([74.125.82.47]:53794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3NXl-0002xY-6B for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:13:21 -0500 Received: by mail-wg0-f47.google.com with SMTP id dr13so1852826wgb.14 for ; Thu, 07 Feb 2013 01:13:20 -0800 (PST) In-Reply-To: <871ud0fdho.fsf@norang.ca> (Bernt Hansen's message of "Fri, 01 Feb 2013 07:02:59 -0500") 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: Bernt Hansen Cc: Martin Beck , emacs-orgmode@gnu.org Hi Martin and Bernt, the master branch now have new sorting strategies: timestamp-up Sort by any timestamp, early first timestamp-down Sort by any timestamp, late first scheduled-up Sort by scheduled timestamp, early first scheduled-down Sort by scheduled timestamp, late first deadline-up Sort by deadline timestamp, early first deadline-down Sort by deadline timestamp, late first ts-up Sort by active timestamp, early first ts-down Sort by active timestamp, late first tsia-up Sort by inactive timestamp, early first tsia-down Sort by inactive timestamp, late first Please have a try and let me know if this works as expected. Thanks both for your input on this, -- Bastien 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: Fri, 22 Feb 2013 23:25:00 +0000 (UTC) Message-ID: References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <871ud0fdho.fsf@norang.ca> <878v704hoh.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]:60661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U91zU-0005hf-9A for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 18:25:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U91zS-0000SI-84 for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 18:25:20 -0500 Received: from plane.gmane.org ([80.91.229.3]:49086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U91zR-0000Rp-WE for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 18:25:18 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U91zj-000806-8s for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 00:25:35 +0100 Received: from p5B2DAE2D.dip.t-dialin.net ([91.45.174.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Feb 2013 00:25:35 +0100 Received: from elwood151 by p5B2DAE2D.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Feb 2013 00:25:35 +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 and Bernt, > > the master branch now have new sorting strategies: > > timestamp-up Sort by any timestamp, early first > timestamp-down Sort by any timestamp, late first > scheduled-up Sort by scheduled timestamp, early first > scheduled-down Sort by scheduled timestamp, late first > deadline-up Sort by deadline timestamp, early first > deadline-down Sort by deadline timestamp, late first > ts-up Sort by active timestamp, early first > ts-down Sort by active timestamp, late first > tsia-up Sort by inactive timestamp, early first > tsia-down Sort by inactive timestamp, late first > > Please have a try and let me know if this works as > expected. > > Thanks both for your input on this, > Hi Bastien, thanks a lot for your help and for your effort (and sorry for my late reply)!! I would love to test this, but I first have to manage to install the latest version. I've found the FAQ. I'll try to install it, test it and then get back to you with a feedback how it works as soon as I can. Kind regards Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Sat, 23 Feb 2013 09:00:45 +0100 Message-ID: <87ppzr71cs.fsf@bzg.ath.cx> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <871ud0fdho.fsf@norang.ca> <878v704hoh.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9CeJ-0004TF-VH for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9CeI-0000Fr-1B for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:11 -0500 Received: from mail-wi0-f181.google.com ([209.85.212.181]:50981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9CeH-0000Ff-QO for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:09 -0500 Received: by mail-wi0-f181.google.com with SMTP id hm6so1628372wib.2 for ; Sat, 23 Feb 2013 02:48:08 -0800 (PST) In-Reply-To: (Martin's message of "Fri, 22 Feb 2013 23:25:00 +0000 (UTC)") 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: Martin Cc: emacs-orgmode@gnu.org Hi Martin, Martin writes: > I'll try to install it, test it and then get back to you with > a feedback how it works as soon as I can. Thanks in advance for testing this! If you can help with updating the manual wrt this change, please go ahead. Best, -- Bastien 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: Tue, 12 Mar 2013 16:00:24 +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> 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]:33357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFRdH-0004KQ-UO for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 12:01:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFRd9-00070A-Ve for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 12:00:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:39090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFRd9-0006yB-J6 for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 12:00:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UFRdO-0002lb-7O for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 17:01:02 +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 ; Tue, 12 Mar 2013 17:01:02 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Mar 2013 17:01:02 +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: > > > I'll try to install it, test it and then get back to you with > > a feedback how it works as soon as I can. Hi Bastien, I now finally installed org-mode 7.9.4 and I tried to use the new sorting features, but it did not work. I changed my sorting strategy to: (setq org-agenda-sorting-strategy (quote ((agenda deadline-up scheduled-up time-up user-defined-up) (todo category-up priority-down effort-up) (tags category-up priority-down effort-up) (search nil)))) And now when trying to display the agenda, I get the following error: "Symbol's value as variable is void: deadline-up" Did I do something wrong or install the wrong version? Kind regards Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Wed, 13 Mar 2013 09:55:16 +0100 Message-ID: <87li9risqz.fsf@bzg.ath.cx> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <871ud0fdho.fsf@norang.ca> <878v704hoh.fsf@bzg.ath.cx> <87ppzr71cs.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFhSz-0003uw-Vv for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 04:55:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFhSu-0002zF-RK for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 04:55:21 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:53868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFhSu-0002xp-KI for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 04:55:16 -0400 Received: by mail-wg0-f52.google.com with SMTP id 12so724141wgh.19 for ; Wed, 13 Mar 2013 01:55:15 -0700 (PDT) In-Reply-To: (Martin's message of "Tue, 12 Mar 2013 16:00:24 +0000 (UTC)") 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: Martin Cc: emacs-orgmode@gnu.org Hi Martin, Martin writes: > I now finally installed org-mode 7.9.4 and I tried to use the new sorting > features, but it did not work. the new sorting features will be in 8.0, not yet released... sorry if I was unclear about this in a previous message. HTH, -- Bastien 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 09:26:20 +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> 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]:55822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFhxN-0007gs-36 for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 05:26:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFhxF-0003rH-1O for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 05:26:45 -0400 Received: from plane.gmane.org ([80.91.229.3]:38394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFhxE-0003r2-Jg for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 05:26:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UFhxY-0006v1-81 for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 10:26:56 +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 10:26:56 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Mar 2013 10:26:56 +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: > the new sorting features will be in 8.0, not yet released... > sorry if I was unclear about this in a previous message. Thanks for clarifying. So if I use the current beta version, I can test it already? Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Wed, 13 Mar 2013 10:30:52 +0100 Message-ID: <87y5drfxyr.fsf@bzg.ath.cx> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFi1Q-0001SW-48 for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 05:30:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFi1M-0005Tx-Uu for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 05:30:56 -0400 Received: from mail-wg0-f50.google.com ([74.125.82.50]:34831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFi1M-0005Th-Hn for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 05:30:52 -0400 Received: by mail-wg0-f50.google.com with SMTP id es5so730132wgb.17 for ; Wed, 13 Mar 2013 02:30:51 -0700 (PDT) In-Reply-To: (Martin's message of "Wed, 13 Mar 2013 09:26:20 +0000 (UTC)") 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: Martin Cc: emacs-orgmode@gnu.org Martin writes: > Thanks for clarifying. So if I use the current beta version, > I can test it already? Yes :) -- Bastien 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 10:47:40 +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> 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]:45055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFjDz-0007BZ-3u for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 06:48:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFjDv-00053Z-Nn for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 06:47:59 -0400 Received: from plane.gmane.org ([80.91.229.3]:33170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFjDv-00053R-Hn for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 06:47:55 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UFjEG-0002yT-An for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 11:48:16 +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 11:48:16 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Mar 2013 11:48:16 +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: > > Martin web.de> writes: > > > Thanks for clarifying. So if I use the current beta version, > > I can test it already? > > Yes :) > I tried and failed. :-( I downloaded the zip-file http://orgmode.org/cgit.cgi/org-mode.git/snapshot/release_8.0-beta.zip, copied all the contents of the file into my paths (where org-mode 7.9.4 was working happily before), launched Emacs, byte-compiled the whole path When I execute the agenda-command, I get the error message: "org-agenda-skip: Wrong type argument: stringp, nil" Is there any documentation about changes that might break something? Kind regards Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Wed, 13 Mar 2013 12:52:11 +0100 Message-ID: <87hakfecus.fsf@bzg.ath.cx> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFkEC-00065W-RJ for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 07:52:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFkE7-0003Bt-BX for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 07:52:16 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:61683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFkE7-0003Bk-5F for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 07:52:11 -0400 Received: by mail-we0-f173.google.com with SMTP id x51so870545wey.18 for ; Wed, 13 Mar 2013 04:52:10 -0700 (PDT) In-Reply-To: (Martin's message of "Wed, 13 Mar 2013 10:47:40 +0000 (UTC)") 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: Martin Cc: emacs-orgmode@gnu.org Hi Martin, Martin writes: > When I execute the agenda-command, I get the error message: > "org-agenda-skip: Wrong type argument: stringp, nil" > Is there any documentation about changes that might break something? Wild guess: ~$ make autoloads See http://orgmode.org/org.html#Installation If those instructions are not clear enough, please raise your voice, we are in the process of clarifying them! Thanks, -- Bastien 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 12:41:27 +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> 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]:47195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFl9v-00076S-9K for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 08:51:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFl9s-0006uY-C9 for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 08:51:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:40441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFl07-0003e0-1G for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 08:41:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UFl0R-0004uB-1D for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 13:42:07 +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 13:42:07 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Mar 2013 13:42:07 +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: > Wild guess: > > ~$ make autoloads > > See http://orgmode.org/org.html#Installation > > If those instructions are not clear enough, please raise > your voice, we are in the process of clarifying them! thanks a lot! Your wild guess saved me (partially)! I never needed that up to now (and first had to install make, as I am working on Windows an need to use Cygwin for that) but finally it worked. 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? Another problem: org-export is missing, the file does not exist in lisp or contrib/lisp. I could not find anything about that in the mailing list, maybe I've overlooked it? When trying to open an agenda, I get the error: org-entries-lessp: Wrong type argument: stringp, nil Did I do something wrong or is the "typical beta-experience"? So then I think I've go back to 7.9.4 and await version 8 with patience. (Or is there a way to get the new sorting features already with Version 7.9? Concerning the instructions: from my point of view it is not clear what has to be done to use the beta version and what risks there are. (For a programmer this might be clear, for a normal user this is not clear IMHO.) Sorry for my beginner questions and merci beaucoup! Kind regards Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Wed, 13 Mar 2013 14:01:13 +0100 Message-ID: <877glbpi7a.fsf@bzg.ath.cx> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFlJ1-0005FP-RC for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 09:01:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFlIv-0001pq-Md for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 09:01:19 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:59647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFlIv-0001ph-Fv for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 09:01:13 -0400 Received: by mail-we0-f173.google.com with SMTP id x51so921248wey.4 for ; Wed, 13 Mar 2013 06:01:12 -0700 (PDT) In-Reply-To: (Martin's message of "Wed, 13 Mar 2013 12:41:27 +0000 (UTC)") 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: Martin Cc: emacs-orgmode@gnu.org Hi Martin, Martin writes: > thanks a lot! Your wild guess saved me (partially)! > I never needed that up to now (and first had to install make, > as I am working on > Windows an need to use Cygwin for that) but finally it worked. > > 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? > Another problem: org-export is missing, > the file does not exist in lisp or > contrib/lisp. > I could not find anything about that in the mailing list, > maybe I've overlooked it? > > When trying to open an agenda, I get the error: > org-entries-lessp: Wrong type argument: stringp, nil Same problems as above. > Did I do something wrong or is the "typical beta-experience"? > So then I think I've go back to 7.9.4 and await version 8 with patience. > (Or is there a way to get the new sorting features already with Version 7.9? > > Concerning the instructions: > from my point of view it is not clear what has to be done to use the beta > version and what risks there are. > (For a programmer this might be clear, for a normal user this is not > clear IMHO.) 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. > Sorry for my beginner questions and merci beaucoup! Pas de problème :) -- Bastien 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Eckl Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Thu, 14 Mar 2013 00:23:42 +0100 Message-ID: <878v5qq3y9.fsf@sachwertpartner.de> 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 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFv1T-0005O7-TQ for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 19:23:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFv1Q-0000tD-07 for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 19:23:51 -0400 Received: from web22.dogado.de ([93.90.176.110]:38575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFv1P-0000se-QS for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 19:23:47 -0400 Received: from relinux (mnch-4d0464f1.pool.mediaWays.net [77.4.100.241]) by web22.dogado.de (Postfix) with ESMTP id 0DC5D56249B7 for ; Thu, 14 Mar 2013 00:22:01 +0100 (CET) In-Reply-To: (Martin's message of "Wed, 13 Mar 2013 13:51:45 +0000 (UTC)") 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 Martin writes: > 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. > :-( > Recently i did run into the same issue. Reordering things in my .emacs did the trick - first set the load-path, especially the path where org-mode lives, then the rest. And be sure, org-mode is loaded not from an directory with an old version or from an build-in version. I thought, the configuration was so, but AFAIR there was an old path, which was ignored by versions less recent. It was a mixed configuration in office, so yet i can not look for this. Cu Robert