From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian van den Broek Subject: Re: done todos only date stamped, not date-time stamped Date: Wed, 11 Jul 2007 12:46:07 -0400 Message-ID: <4695094F.7060806@cc.umanitoba.ca> References: <4694FD70.801@cc.umanitoba.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8fKS-0008NA-Gr for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 12:46:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8fKQ-0008MS-0J for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 12:46:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8fKP-0008MF-FX for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 12:46:13 -0400 Received: from electra.cc.umanitoba.ca ([130.179.16.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I8fKP-00046c-0q for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 12:46:13 -0400 Received: from [198.168.191.102] (B62-100.DAS.McGill.CA [198.168.191.102]) (authenticated bits=0) by electra.cc.umanitoba.ca (8.13.0/8.13.0) with ESMTP id l6BGk7Ke003667 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 11 Jul 2007 11:46:10 -0500 (CDT) In-Reply-To: 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 Cc: emacs-orgmode@gnu.org Scott Jaderholm said unto the world upon 07/11/2007 12:09 PM: > Welcome Brian, > > On 7/11/07, Brian van den Broek 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. >> (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