From: "Scott Jaderholm" <jaderholm@gmail.com>
To: Brian van den Broek <broek@cc.umanitoba.ca>
Cc: emacs-orgmode@gnu.org
Subject: Re: done todos only date stamped, not date-time stamped
Date: Wed, 11 Jul 2007 10:09:12 -0600 [thread overview]
Message-ID: <b2e202b30707110909i57d204d0ke4450639140be484@mail.gmail.com> (raw)
In-Reply-To: <4694FD70.801@cc.umanitoba.ca>
Welcome Brian,
On 7/11/07, Brian van den Broek <broek@cc.umanitoba.ca> wrote:
> Unfortunately, I get only a datestamp, without time data (e.g., ``
> CLOSED: [2007-07-11 Wed]'').
I did M-x apropos-variable RET time done RET and found the variable
org-log-done-with-time. If this variable is t (true) you should be
getting the expected behavior. Since that's the default value, I
suspect its not being set because org isn't loading correctly.
> To rule out conflicts with other settings in my .emacs, I have tried
> launching emacs with a .emacs that reads, in its entirety:
>
> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
> (define-key global-map "\C-cl" 'org-store-link)
> (define-key global-map "\C-ca" 'org-agenda)
> (setq org-log-done t)
>
> (The tutorial's suggested ``(require 'org-install)'' produces an error
> message:
> ``An error has occurred while loading `/home/brian/.emacs':
>
> File error: Cannot open load file, org-install'')
You might need to put a line like this
(add-to-list 'load-path "/path/to/org")
where /path/to/org points to the directory storing org.elc.
After that you should be able to have (require 'org-install) and have
it work fine.
Cheers,
Scott
next prev parent reply other threads:[~2007-07-11 16:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-11 15:55 done todos only date stamped, not date-time stamped Brian van den Broek
2007-07-11 16:09 ` Scott Jaderholm [this message]
2007-07-11 16:46 ` Brian van den Broek
2007-07-12 9:09 ` Egli Christian (KIRO 41)
2007-07-12 14:29 ` RESOLVED " Brian van den Broek
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b2e202b30707110909i57d204d0ke4450639140be484@mail.gmail.com \
--to=jaderholm@gmail.com \
--cc=broek@cc.umanitoba.ca \
--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 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.