From 2ea87b78833df4bc9871caf9fd27932e2d04b956 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 9 Jun 2008 09:09:26 +0200 Subject: [PATCH] Allow installation prefix to be set on the command line. Patch from Peter Jones. --- ChangeLog | 3 +++ Makefile | 2 +- lisp/ChangeLog | 4 ++++ lisp/org-agenda.el | 6 ++++-- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a4208317d..3edbae9cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-06-09 Carsten Dominik + + * Makefile: Allow prefix to be set on the command line. 2008-04-25 Carsten Dominik diff --git a/Makefile b/Makefile index 35684f3d9..19fa9ca8a 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ EMACS=emacs # Where local software is found -prefix=/usr/local +prefix?=/usr/local # Where local lisp files go. lispdir = $(prefix)/share/emacs/site-lisp diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 182c61b8f..2f9a2c5ed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-06-08 Carsten Dominik + + * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring. + 2008-05-30 Carsten Dominik * org.el (org-columns-ellipses): New option. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index d248c87c7..96013fba9 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -848,8 +848,10 @@ to occupy a fixed space in the agenda display." "Text preceeding scheduled items in the agenda view. This is a list with two strings. The first applies when the item is scheduled on the current day. The second applies when it has been scheduled -previously, it may contain a %d to capture how many days ago the item was -scheduled." +previously, it may contain a %d indicating that this is the nth time that +this item is scheduled, due to automatic rescheduling of unfinished items +for the following day. So this number is one larger than the number of days +that passed since this item was scheduled first." :group 'org-agenda-line-format :type '(list (string :tag "Scheduled today ") -- 2.11.4.GIT