emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] BUG: missing ' in org-agenda-skip-* docstrings


From: Carsten Dominik
Subject: Re: [Orgmode] BUG: missing ' in org-agenda-skip-* docstrings
Date: Thu, 3 Jan 2008 08:45:21 +0100

Applied, thanks.

- Carsten

On Dec 31, 2007, at 2:49 PM, Adam Spiers wrote:

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

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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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