all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* date/time-prompt broken in debian lenny package?
@ 2009-03-09 10:37 Simon Campese
  0 siblings, 0 replies; only message in thread
From: Simon Campese @ 2009-03-09 10:37 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-09 10:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09 10:37 date/time-prompt broken in debian lenny package? Simon Campese

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.