emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] BUG: defcustom org-agenda-sorting-strategy


From: Adam Spiers
Subject: [Orgmode] BUG: defcustom org-agenda-sorting-strategy
Date: Sun, 30 Dec 2007 19:35:46 +0000
User-agent: Mutt/1.5.14 (2007-02-12)

A missing comma broke this defcustom:

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

# HG changeset patch
# User Adam Spiers <address@hidden>
# 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))




reply via email to

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