From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Campese Subject: date/time-prompt broken in debian lenny package? Date: Mon, 09 Mar 2009 11:37:09 +0100 Message-ID: <49B4F155.8080000@uni-dortmund.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgcrJ-0004MH-3V for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 06:37:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgcrH-0004KT-WD for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 06:37:20 -0400 Received: from [199.232.76.173] (port=40674 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgcrH-0004KH-QX for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 06:37:19 -0400 Received: from mx1.hrz.uni-dortmund.de ([129.217.128.51]:59358 helo=unimail.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LgcrH-00024t-EV for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 06:37:19 -0400 Received: from [192.168.18.15] (ip-78-94-105-138.unitymediagroup.de [78.94.105.138]) (authenticated bits=0) by unimail.uni-dortmund.de (8.14.3/8.14.3) with ESMTP id n29Ab916003403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 9 Mar 2009 11:37:14 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I just installed emacs on debian lenny via aptitude and noticed that the date/time prompt in org-mode doesn't work. I can enter absolute date specifications ('2009-03-15') but all abbreviated and relative entries like '+4d', '13' etc. are ignored, inserting the default date (all examples were entered without the quotes of course). As I am a totally inexperienced emacs-user this likely is a configuration issue, seems like a helper function hasn't been loaded. For reference my ~/.emacs file : (keyboard-translate ?\C-h ?\C-?) (global-set-key [(hyper h)] 'help-command) (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) (setq org-log-done t) (setq org-agenda-files (list "~/org/work.org" "~/org/study.org" "~/org/home.org")) (add-hook 'org-mode-hook 'turn-on-font-lock) (transient-mark-mode 1) Hopefully someone can give me a quick hint on what is wrong. Regards, Simon PS: Please cc me when replying, as I am not on the mailing-list