From: Adam Spiers <orgmode@adamspiers.org>
To: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: BUG: missing ' in org-agenda-skip-* docstrings
Date: Mon, 31 Dec 2007 13:49:53 +0000 [thread overview]
Message-ID: <20071231134953.GK20947@atlantic.linksys.moosehall> (raw)
http://www.adamspiers.org/cgi-bin/hg.cgi/org-atlantic/rev/fb36fb4548b2
# HG changeset patch
# User Adam Spiers <orgmode@adamspiers.org>
# Date 1199108855 0
# Node ID fb36fb4548b2f886ef0ecb7fc14daaeca39762a4
# Parent 5b1e541ddd0e043c55aea3e1e164bf115e01a4e9
fix org-agenda-skip-* docstrings
diff -r 5b1e541ddd0e -r fb36fb4548b2 org.el
--- a/org.el Mon Dec 31 12:06:34 2007 +0000
+++ b/org.el Mon Dec 31 13:47:35 2007 +0000
@@ -20430,12 +20430,12 @@ to skip this subtree. This is a functio
(defun org-agenda-skip-entry-if (&rest conditions)
"Skip entry if any of CONDITIONS is true.
-See `org-agenda-skip-if for details."
+See `org-agenda-skip-if' for details."
(org-agenda-skip-if nil conditions))
(defun org-agenda-skip-subtree-if (&rest conditions)
"Skip entry if any of CONDITIONS is true.
-See `org-agenda-skip-if for details."
+See `org-agenda-skip-if' for details."
(org-agenda-skip-if t conditions))
(defun org-agenda-skip-if (subtree conditions)
next reply other threads:[~2007-12-31 13:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-31 13:49 Adam Spiers [this message]
2007-12-31 13:52 ` BUG: missing ' in org-agenda-skip-* docstrings Adam Spiers
2008-01-03 7:46 ` Carsten Dominik
2008-01-03 7:45 ` 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
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=20071231134953.GK20947@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 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).