From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Edgington Subject: org-export-with-broken-links doesn't apply to footnotes Date: Wed, 22 Jun 2016 15:25:23 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFnmo-0007Jh-Rr for emacs-orgmode@gnu.org; Wed, 22 Jun 2016 15:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFnmm-0007WE-VD for emacs-orgmode@gnu.org; Wed, 22 Jun 2016 15:26:05 -0400 Received: from mail-vk0-x230.google.com ([2607:f8b0:400c:c05::230]:33650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFnmm-0007W8-Qr for emacs-orgmode@gnu.org; Wed, 22 Jun 2016 15:26:04 -0400 Received: by mail-vk0-x230.google.com with SMTP id d185so75595967vkg.0 for ; Wed, 22 Jun 2016 12:26:04 -0700 (PDT) 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: emacs-orgmode The org-export-with-broken-links option was introduced in order to allow exports to proceed when a link isn't able to be resolved. Sometimes this happens when trying to export a narrowed region of a buffer. I have noticed, however, that even if I have (setq org-export-with-broken-links 't), I am still unable to export a narrowed buffer that contains a footnote reference ("Definition not found for footnote..."). Is this behavior intentional? If so, is there a way to get the same effect as org-export-with-broken-links for footnotes? Regards, Mark