From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-mode latex export - Links in multi-document files Date: Sun, 27 Nov 2016 09:44:27 +0100 Message-ID: <871sxxe2hg.fsf@nicolasgoaziou.fr> References: <41a90171-7711-c0bb-cfae-65b412a62c4e@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAv4V-0006Ky-AI for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 03:44:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAv4U-0005cu-Nj for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 03:44:27 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:41949) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cAv4U-0005cI-HH for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 03:44:26 -0500 In-Reply-To: <41a90171-7711-c0bb-cfae-65b412a62c4e@gmail.com> (mcg's message of "Sun, 27 Nov 2016 01:34:32 +0100") 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" To: mcg Cc: emacs-orgmode@gnu.org Hello, mcg writes: > I sometimes make references to other sections which are in another > section and document. > In order to not compile all the document (3 minutes +) every time > I just comment out all the documents I do not need to. > If table and figure links are missing it exports fine (getting > question marks in the pdf). However, the section links cause the > compilation to stop entirely. Is there any workaround for that? Can > I tell the exporter to ignore such minor missing crossreferences? See `org-export-with-broken-links' (org 9.0). Regards, -- Nicolas Goaziou