From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: [PATCH] Fix typo in manual Date: Wed, 11 Jan 2012 06:43:19 -1000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rl1Gn-0001nq-TX for emacs-orgmode@gnu.org; Wed, 11 Jan 2012 11:43:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rl1Gm-0007LU-Qs for emacs-orgmode@gnu.org; Wed, 11 Jan 2012 11:43:25 -0500 Received: from oproxy9.bluehost.com ([69.89.24.6]:40173) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Rl1Gm-0007LL-Gc for emacs-orgmode@gnu.org; Wed, 11 Jan 2012 11:43:24 -0500 Received: from cpe-24-94-66-191.hawaii.res.rr.com ([24.94.66.191] helo=poto) by box472.bluehost.com with esmtpa (Exim 4.76) (envelope-from ) id 1Rl1Gj-0004Bt-JV for emacs-orgmode@gnu.org; Wed, 11 Jan 2012 09:43:23 -0700 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode --=-=-= Aloha all, This patch to the manual fixes a typo. All the best, Tom --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Fix-typo-on-manual-pointed-out-by-Francois-Pinard.patch Content-Description: Fix typo in manual >From 96fc5de8a377b69678d5dd82f414d293dea709c6 Mon Sep 17 00:00:00 2001 From: Thomas Dye Date: Wed, 11 Jan 2012 06:41:02 -1000 Subject: [PATCH] Fix typo on manual pointed out by Francois Pinard --- doc/org.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c3405f1..f619c90 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9027,7 +9027,7 @@ the object with @code{\ref@{tab:basic-data@}}: @example #+CAPTION: This is the caption for the next table (or link) -#+LABEL: tbl:basic-data +#+LABEL: tab:basic-data | ... | ...| |-----|----| @end example -- 1.7.5.4 --=-=-= -- Thomas S. Dye http://www.tsdye.com --=-=-=--