Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6d72f719
Commit
6d72f719
authored
Jul 12, 2011
by
Lars Magne Ingebrigtsen
Browse files
* org.texi (Special agenda views): Fix double quoting.
Fixes: debbugs:3509
parent
f5242a02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/org.texi
doc/misc/org.texi
+10
-10
No files found.
doc/misc/ChangeLog
View file @
6d72f719
2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
* org.texi (Special agenda views): Fix double quoting (bug#3509).
2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
* ediff.texi (Major Entry Points): Remove mention of `require',
...
...
doc/misc/org.texi
View file @
6d72f719
...
...
@@ -13981,25 +13981,25 @@ particular, you may use the functions @code{org-agenda-skip-entry-if}
and @code{org-agenda-skip-subtree-if} in this form, for example:
@table @code
@item
'
(org-agenda-skip-entry-if 'scheduled)
@item (org-agenda-skip-entry-if 'scheduled)
Skip current entry if it has been scheduled.
@item
'
(org-agenda-skip-entry-if 'notscheduled)
@item (org-agenda-skip-entry-if 'notscheduled)
Skip current entry if it has not been scheduled.
@item
'
(org-agenda-skip-entry-if 'deadline)
@item (org-agenda-skip-entry-if 'deadline)
Skip current entry if it has a deadline.
@item
'
(org-agenda-skip-entry-if 'scheduled 'deadline)
@item (org-agenda-skip-entry-if 'scheduled 'deadline)
Skip current entry if it has a deadline, or if it is scheduled.
@item
'
(org-agenda-skip-entry-if 'todo '("TODO" "WAITING"))
@item (org-agenda-skip-entry-if 'todo '("TODO" "WAITING"))
Skip current entry if the TODO keyword is TODO or WAITING.
@item
'
(org-agenda-skip-entry-if 'todo 'done)
@item (org-agenda-skip-entry-if 'todo 'done)
Skip current entry if the TODO keyword marks a DONE state.
@item
'
(org-agenda-skip-entry-if 'timestamp)
@item (org-agenda-skip-entry-if 'timestamp)
Skip current entry if it has any timestamp, may also be deadline or scheduled.
@item
'
(org-agenda-skip-entry 'regexp "regular expression")
@item (org-agenda-skip-entry 'regexp "regular expression")
Skip current entry if the regular expression matches in the entry.
@item
'
(org-agenda-skip-entry 'notregexp "regular expression")
@item (org-agenda-skip-entry 'notregexp "regular expression")
Skip current entry unless the regular expression matches.
@item
'
(org-agenda-skip-subtree-if 'regexp "regular expression")
@item (org-agenda-skip-subtree-if 'regexp "regular expression")
Same as above, but check and skip the entire subtree.
@end table
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment