From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Danjou Subject: [PATCH] Fix missing : in documentation Date: Mon, 21 Jun 2010 14:29:20 +0200 Message-ID: <1277123360-21446-1-git-send-email-julien@danjou.info> Return-path: Received: from [140.186.70.92] (port=42820 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQg83-0000iz-12 for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 08:29:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQg81-0004Bu-QH for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 08:29:30 -0400 Received: from coquelicot-s.easter-eggs.com ([213.215.37.94]:44416) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQg81-0004BL-Ji for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 08:29:29 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Julien Danjou Signed-off-by: Julien Danjou --- doc/org.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 17615e0..8e00aad 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6771,7 +6771,7 @@ following to one your your agenda files: * Anniversaries :PROPERTIES: :CATEGORY: Anniv - :END + :END: %%(org-bbdb-anniversaries) @end example -- 1.7.1