emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Simon Campese <simon.campese@uni-dortmund.de>
To: emacs-orgmode@gnu.org
Subject: date/time-prompt broken in debian lenny package?
Date: Mon, 09 Mar 2009 11:37:09 +0100	[thread overview]
Message-ID: <49B4F155.8080000@uni-dortmund.de> (raw)

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

                 reply	other threads:[~2009-03-09 10:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49B4F155.8080000@uni-dortmund.de \
    --to=simon.campese@uni-dortmund.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).