emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
Cc: Bastien <bzg@altern.org>, Org Mode <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] Re: Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]
Date: Fri, 13 May 2011 14:50:24 +0200	[thread overview]
Message-ID: <836F4815-7590-4AE2-A9FE-CA03206FCAF7@gmail.com> (raw)
In-Reply-To: <83sjtoykfi.fsf_-_@yahoo.it>

Applied, thanks

On Apr 11, 2011, at 3:41 PM, Giovanni Ridolfi wrote:

> 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))
> 

- Carsten

      reply	other threads:[~2011-05-13 12:50 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         ` [PATCH] " Giovanni Ridolfi
2011-05-13 12:50           ` Carsten Dominik [this message]

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=836F4815-7590-4AE2-A9FE-CA03206FCAF7@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=giovanni.ridolfi@yahoo.it \
    /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).