emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
To: Bastien <bzg@altern.org>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: [PATCH] Re: Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]
Date: Mon, 11 Apr 2011 15:41:37 +0200	[thread overview]
Message-ID: <83sjtoykfi.fsf_-_@yahoo.it> (raw)
In-Reply-To: <87mxk09160.fsf@gnu.org> (Bastien's message of "Fri, 08 Apr 2011 18:07:51 +0200")

Bastien <bzg@altern.org> 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 <giovanni.ridolfi@yahoo.it>
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	other threads:[~2011-04-11 13:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-07 11:31 Bug: :clock-keep...not kept [7.5 commit-078c01bf3b1742b1015fac9f5bab3a429505f3c6] Giovanni Ridolfi
2011-04-08  2:09 ` Bernt Hansen
2011-04-08 11:30   ` SOLVED Bug: :clock-keep...not kept [7.5__078c01] Giovanni Ridolfi
2011-04-08 12:21     ` Bernt Hansen
2011-04-08 14:54       ` Giovanni Ridolfi
2011-04-08 16:10         ` Bastien
2011-04-08 16:07       ` Bastien
2011-04-11 13:41         ` Giovanni Ridolfi [this message]
2011-05-13 12:50           ` [PATCH] " Carsten Dominik

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83sjtoykfi.fsf_-_@yahoo.it \
    --to=giovanni.ridolfi@yahoo.it \
    --cc=bzg@altern.org \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).