emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien Guerry <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: [Accepted]  org-clock: Customizable variable syntax fix
Date: Tue, 10 Jul 2012 11:15:29 +0200 (CEST)	[thread overview]
Message-ID: <20120710091529.B9DD28206@myhost.localdomain> (raw)
In-Reply-To: 1338356138-18503-1-git-send-email-vsync@quadium.net

Patch 1343 (http://patchwork.newartisans.com/patch/1343/) is now "Accepted".

Maintainer comment: none

This relates to the following submission:

http://mid.gmane.org/%3C1338356138-18503-1-git-send-email-vsync%40quadium.net%3E

Here is the original message containing the patch:

> Content-Type: text/plain; charset="utf-8"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Subject: [O] org-clock: Customizable variable syntax fix
> Date: Wed, 30 May 2012 10:35:38 -0000
> From: Tim Howe <vsync@quadium.net>
> X-Patchwork-Id: 1343
> Message-Id: <1338356138-18503-1-git-send-email-vsync@quadium.net>
> To: emacs-orgmode@gnu.org
> 
> * org-clock.el (org-clocktable-defaults): Revert extra layer of quoting.
> 
> It appears the goal in 9b23f082 was to allow defaulting a plist member
> to a variable; however the plist was being constructed with LIST and
> therefore the `, combination was unnecessary.
> 
> TINYCHANGE
> 
> ---
> lisp/org-clock.el |   40 ++++++++++++++++++++--------------------
>  1 files changed, 20 insertions(+), 20 deletions(-)
> 
> diff --git a/lisp/org-clock.el b/lisp/org-clock.el
> index 70c015b..fe3e154 100644
> --- a/lisp/org-clock.el
> +++ b/lisp/org-clock.el
> @@ -248,26 +248,26 @@ string as argument."
>    :group 'org-clock)
>  
>  (defcustom org-clocktable-defaults
> -  `(list
> -    :maxlevel 2
> -    :lang ,org-export-default-language
> -    :scope 'file
> -    :block nil
> -    :tstart nil
> -    :tend nil
> -    :step nil
> -    :stepskip0 nil
> -    :fileskip0 nil
> -    :tags nil
> -    :emphasize nil
> -    :link nil
> -    :narrow '40!
> -    :indent t
> -    :formula nil
> -    :timestamp nil
> -    :level nil
> -    :tcolumns nil
> -    :formatter nil)
> +  (list
> +   :maxlevel 2
> +   :lang org-export-default-language
> +   :scope 'file
> +   :block nil
> +   :tstart nil
> +   :tend nil
> +   :step nil
> +   :stepskip0 nil
> +   :fileskip0 nil
> +   :tags nil
> +   :emphasize nil
> +   :link nil
> +   :narrow '40!
> +   :indent t
> +   :formula nil
> +   :timestamp nil
> +   :level nil
> +   :tcolumns nil
> +   :formatter nil)
>    "Default properties for clock tables."
>    :group 'org-clock
>    :version "24.1"
> 

      reply	other threads:[~2012-07-10  9:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-30  5:35 [PATCH] org-clock: Customizable variable syntax fix Tim Howe
2012-07-10  9:15 ` Bastien Guerry [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=20120710091529.B9DD28206@myhost.localdomain \
    --to=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).