emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] done todos only date stamped, not date-time stamped


From: Brian van den Broek
Subject: Re: [Orgmode] done todos only date stamped, not date-time stamped
Date: Wed, 11 Jul 2007 12:46:07 -0400
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Scott Jaderholm said unto the world upon 07/11/2007 12:09 PM:
Welcome Brian,

On 7/11/07, Brian van den Broek <address@hidden> 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.


Hi all,

Thanks for the reply, Scott.

I had previously tried adding ``(setq org-log-done-with-time t)'' to my .emacs, but it didn't help.

<snip>

(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.

Since posting, I've seen that the info node ``1.2 Installation'' of the org-mode tree says:

``Then add to `.emacs':

;; This line only if org-mode is not part of the X/Emacs distribution.
     (require 'org-install)''

which makes me think it ought not to matter---org-mode was bundled with my emacs as installed.

Nevertheless, I tired what you suggested. I got the same ``File error: Cannot open load file, org-install'' line in my *Messages* buffer on loading emacs. Typing `locate org-install' at my shell prompt yielded no results. So, I don't seem to have the file anywhere.

So, unless I misunderstand something, that didn't help. Thanks, though :-)

Best,

Brian vdB




reply via email to

[Prev in Thread] Current Thread [Next in Thread]