emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG: defcustom org-agenda-sorting-strategy
@ 2007-12-30 19:35 Adam Spiers
  2008-01-02 22:24 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Spiers @ 2007-12-30 19:35 UTC (permalink / raw)
  To: org-mode mailing list

A missing comma broke this defcustom:

http://www.adamspiers.org/cgi-bin/hg.cgi/org-atlantic/rev/8b97b436208c

# HG changeset patch
# User Adam Spiers <orgmode@adamspiers.org>
# Date 1199042992 0
# Node ID 8b97b436208cd3b766f2323e392945984ddf0cc7
# Parent  b5235d24cb622a754cef5342855c0964f997f70f
fix defcustom org-agenda-sorting-strategy

diff -r b5235d24cb62 -r 8b97b436208c org.el
--- a/org.el	Sat Dec 29 20:42:28 2007 +0000
+++ b/org.el	Sun Dec 30 19:29:52 2007 +0000
@@ -2705,7 +2705,7 @@ contents, with a context symbol in the c
 `agenda', `todo', `tags' for the corresponding agenda views."
   :group 'org-agenda-sorting
   :type `(choice
-	  (repeat :tag "General" org-sorting-choice)
+	  (repeat :tag "General" ,org-sorting-choice)
 	  (list :tag "Individually"
 		(cons (const :tag "Strategy for Weekly/Daily agenda" agenda)
 		      (repeat ,org-sorting-choice))

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: BUG: defcustom org-agenda-sorting-strategy
  2007-12-30 19:35 BUG: defcustom org-agenda-sorting-strategy Adam Spiers
@ 2008-01-02 22:24 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-01-02 22:24 UTC (permalink / raw)
  To: Adam Spiers; +Cc: org-mode mailing list

Applied, thanks.

- Carsten

On Dec 30, 2007, at 8:35 PM, Adam Spiers wrote:

> A missing comma broke this defcustom:
>
> http://www.adamspiers.org/cgi-bin/hg.cgi/org-atlantic/rev/8b97b436208c
>
> # HG changeset patch
> # User Adam Spiers <orgmode@adamspiers.org>
> # Date 1199042992 0
> # Node ID 8b97b436208cd3b766f2323e392945984ddf0cc7
> # Parent  b5235d24cb622a754cef5342855c0964f997f70f
> fix defcustom org-agenda-sorting-strategy
>
> diff -r b5235d24cb62 -r 8b97b436208c org.el
> --- a/org.el	Sat Dec 29 20:42:28 2007 +0000
> +++ b/org.el	Sun Dec 30 19:29:52 2007 +0000
> @@ -2705,7 +2705,7 @@ contents, with a context symbol in the c
> `agenda', `todo', `tags' for the corresponding agenda views."
>   :group 'org-agenda-sorting
>   :type `(choice
> -	  (repeat :tag "General" org-sorting-choice)
> +	  (repeat :tag "General" ,org-sorting-choice)
> 	  (list :tag "Individually"
> 		(cons (const :tag "Strategy for Weekly/Daily agenda" agenda)
> 		      (repeat ,org-sorting-choice))
>
>
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-02 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-30 19:35 BUG: defcustom org-agenda-sorting-strategy Adam Spiers
2008-01-02 22:24 ` Carsten Dominik

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