From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steve Cothern" Subject: Cannot get clock history persist to work... Date: Tue, 14 Jul 2009 11:57:44 -0700 Message-ID: <7B78991E2FDA294B9C068313E716A9820174C3BB@J2EXCHANGE.j2global.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0560183936==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQnIv-00075U-Jj for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 15:04:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQnIs-00074b-Df for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 15:04:41 -0400 Received: from [199.232.76.173] (port=54689 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQnIs-00074S-5f for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 15:04:38 -0400 Received: from worden.electric.net ([72.35.23.25]:47259) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MQnIq-0002LN-QA for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 15:04:37 -0400 Received: from 1MQnIj-0000d5-TU by worden.electric.net with emc1-ok (Exim 4.69) (envelope-from ) id 1MQnIj-0000dv-V3 for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 12:04:29 -0700 Received: from [204.11.170.20] (helo=j2hqexc02.j2global.com) by worden.electric.net with esmtp (Exim 4.69) (envelope-from ) id 1MQnIj-0000d5-TU for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 12:04:29 -0700 Content-class: urn:content-classes:message 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 To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --===============0560183936== Content-class: urn:content-classes:message Content-Transfer-Encoding: 7bit Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CA04B5.51514592" This is a multi-part message in MIME format. ------_=_NextPart_001_01CA04B5.51514592 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Folks, =20 Subject says it all. I am following Bernt's excellent web resource in getting up and going on Org mode. I confirm that the history is being saved in ~/.emacs.d/org-clock-save.el. I have tried both =20 (setq org-clock-persistence-insinuate) and=20 (org-clock-persistence-insinuate) =20 and have also tried using (require 'org-clock). Nothing works. Is there any other obvious thing I should check? I am currently using 6.28d with Emacs 22.3.1 on OS X 10.5.7. A shallow pass with 6.28e reveals the same behavior. =20 TIA, =20 Steve =20 ;; ;; Resume clocking tasks when emacs is restarted (setq org-clock-persistence-insinuate) ;; ;; Yes it's long... but more is better ;) (setq org-clock-history-length 35) ;; Resume clocking task on clock-in if the clock is open (setq org-clock-in-resume t) ;; Change task state to STARTED when clocking in (setq org-clock-in-switch-to-state "STARTED") ;; Save clock data and notes in the LOGBOOK drawer (setq org-clock-into-drawer t) ;; Sometimes I change tasks I'm clocking quickly - this removes clocked tasks with 0:00 duration (setq org-clock-out-remove-zero-time-clocks t) ;; Don't clock out when moving task to a done state (setq org-clock-out-when-done nil) ;; Save the running clock and all clock history when exiting Emacs, load it on startup (setq org-clock-persist t) =20 -------------- J. Steven Cothern Senior Software Engineer j2 Global Communications, Inc. voice (805) 692-4192 jConnect (805) 456-0425=20 . =20 This email, its contents and attachments contain information from j2 = Global Communications, Inc. and/or its affiliates which may be = privileged, confidential or otherwise protected from disclosure. The = information is intended to be for the addressee(s) only. If you are not = an addressee, any disclosure, copy, distribution, or use of the contents = of this message is prohibited. If you have received this email in error = please notify the sender by reply e-mail and delete the original message = and any copies. j2 Global Communications. 6922 Hollywood Blvd., = Hollywood, CA 90028.. ------_=_NextPart_001_01CA04B5.51514592 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi Folks,

 

Subject says it all.  I am following Bernt's = excellent web resource in getting up and going on Org mode.  I confirm that the = history is being saved in ~/.emacs.d/org-clock-save.el.  I have tried = both

 

(setq = org-clock-persistence-insinuate)

and

(org-clock-persistence-insinuate)

 

and have also tried using (require 'org-clock).  = Nothing works.  Is there any other obvious thing I should check?  I am = currently using 6.28d with Emacs 22.3.1 on OS X 10.5.7.  A shallow pass with 6.28e = reveals the same behavior.

 

TIA,

 

Steve

 

;;

;; Resume clocking tasks when emacs is = restarted

(setq = org-clock-persistence-insinuate)

;;

;; Yes it's long... but more is better = ;)

(setq org-clock-history-length = 35)

;; Resume clocking task on clock-in if the clock is = open

(setq org-clock-in-resume = t)

;; Change task state to STARTED when clocking = in

(setq org-clock-in-switch-to-state = "STARTED")

;; Save clock data and notes in the LOGBOOK = drawer

(setq org-clock-into-drawer = t)

;; Sometimes I change tasks I'm clocking quickly - = this removes clocked tasks with 0:00 duration

(setq org-clock-out-remove-zero-time-clocks = t)

;; Don't clock out when moving task to a done = state

(setq org-clock-out-when-done = nil)

;; Save the running clock and all clock history when = exiting Emacs, load it on startup

(setq org-clock-persist = t)

 

--------------

J. Steven Cothern

Senior Software Engineer

j2 Global Communications, = Inc.

voice (805) 692-4192

jConnect (805) 456-0425

.

 

This email, its contents and attachments contain information = from j2 Global Communications, Inc. and/or its affiliates which may be = privileged, confidential or otherwise protected from disclosure. The = information is intended to be for the addressee(s) only. If you are not = an addressee, any disclosure, copy, distribution, or use of the contents = of this message is prohibited. If you have received this email in error = please notify the sender by reply e-mail and delete the original message = and any copies. j2 Global Communications. 6922 Hollywood Blvd., = Hollywood, CA 90028.. ------_=_NextPart_001_01CA04B5.51514592-- --===============0560183936== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0560183936==--