From d5793011656c55a455297843780a6c0d4dbf7b80 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 13 Apr 2013 15:55:11 +0200 Subject: [PATCH] doc/org.texi: Delete trailing whitespaces --- doc/org.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 570962249..d20ab884b 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -5028,7 +5028,7 @@ You can also use the @code{:grouptags} keyword directly when setting @var{org-tag-alist}: @lisp -(setq org-tag-alist '((:startgroup . nil) +(setq org-tag-alist '((:startgroup . nil) ("@@read" . nil) (:grouptags . nil) ("@@read_book" . nil) @@ -15906,7 +15906,7 @@ A large number of add-on packages have been written by various authors. These packages are not part of Emacs, but they are distributed as contributed packages with the separate release available at @uref{http://orgmode.org}. See the @file{contrib/README} file in the source code directory for a list of -contributed files. You may also find some more information on the Worg page: +contributed files. You may also find some more information on the Worg page: @uref{http://orgmode.org/worg/org-contrib/}. @node Adding hyperlink types, Adding export back-ends, Add-on packages, Hacking @@ -16600,7 +16600,7 @@ Reduce the number of DONE and archived headlines: this way the agenda does not need to skip them. @item @vindex org-agenda-dim-blocked-tasks -Inhibit the dimming of blocked tasks: +Inhibit the dimming of blocked tasks: @lisp (setq org-agenda-dim-blocked-tasks nil) @end lisp -- 2.11.4.GIT