From: Adam Spiers <orgmode@adamspiers.org>
To: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: BUG: defcustom org-agenda-sorting-strategy
Date: Sun, 30 Dec 2007 19:35:46 +0000 [thread overview]
Message-ID: <20071230193546.GF20947@atlantic.linksys.moosehall> (raw)
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))
next reply other threads:[~2007-12-30 19:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-30 19:35 Adam Spiers [this message]
2008-01-02 22:24 ` BUG: defcustom org-agenda-sorting-strategy 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071230193546.GF20947@atlantic.linksys.moosehall \
--to=orgmode@adamspiers.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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.