From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Org linting library Date: Wed, 20 May 2015 23:46:31 +0200 Message-ID: <87iobm7wi0.fsf@selenimh.access.network> References: <87a8y4fdmv.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvBnY-0004PZ-9f for emacs-orgmode@gnu.org; Wed, 20 May 2015 17:45:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvBnX-000218-Hx for emacs-orgmode@gnu.org; Wed, 20 May 2015 17:45:08 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:48881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvBnX-0001xZ-C7 for emacs-orgmode@gnu.org; Wed, 20 May 2015 17:45:07 -0400 In-Reply-To: (Rainer M. Krug's message of "Wed, 20 May 2015 17:24:54 +0200") 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: Rainer M Krug Cc: emacs-orgmode@gnu.org Rainer M Krug writes: > There is an example where I get the error: > > * Fitting the kernel to the data > The parameter which will be fitted can be found in Table [[tab:fitInitial]] > > #+CAPTION: Variables used for the initial fit of the wind profile using the function and the initial values. > #+LABEL: tab:fitInitial > | variable | initial value | remark | > |--------------------+---------------+--------------------------------------------------| > > The cause is the link [[tab:initial]] If I remove everything below and > including the line #+CAPTION the linting works. Fixed. Thank you. Regards,