emacs-orgmode
[Top][All Lists]
Advanced

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

[PATCH] Re: [O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]


From: Giovanni Ridolfi
Subject: [PATCH] Re: [O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]
Date: Mon, 11 Apr 2011 15:41:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (windows-nt)

Bastien <address@hidden> writes:

> It is indeed fixed in the latest git version.


Bastien,

The :clock-keep option now works, thanks.

There's a little bug in the Customize interface of clock-keep. 

The :clock-keep *t* option can't be selected with the Customize 
interface  'C-c c C ', since its value is 'nil'.

The following patch fixes it.

cheers,
Giovanni


From: Giovanni Ridolfi <address@hidden>
Subject: [PATCH] Fix bug in customize interface of :clock-keep 
Date: Mon, 11 Apr 2011 15:07:11 +0200


* lisp/org-capture.el (org-capture-templates): set the value of :clock-keep to 
t.

TinyChange
---
--- org-capture.el      2011-04-11 00:29:00.000000000 +0200
+++ org-capture-2.el    2011-04-11 14:41:30.465497600 +0200
@@ -323,5 +323,5 @@
                            ((const :format "%v " :empty-lines) (const 1))
                            ((const :format "%v " :clock-in) (const t))
-                           ((const :format "%v " :clock-keep) (const nil))
+                           ((const :format "%v " :clock-keep) (const t))
                            ((const :format "%v " :clock-resume) (const t))
                            ((const :format "%v " :unnarrowed) (const t))



reply via email to

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