* org-export-with-broken-links doesn't apply to footnotes
@ 2016-06-22 19:25 Mark Edgington
2016-06-22 20:44 ` Nicolas Goaziou
0 siblings, 1 reply; 4+ messages in thread
From: Mark Edgington @ 2016-06-22 19:25 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-export-with-broken-links doesn't apply to footnotes
2016-06-22 19:25 org-export-with-broken-links doesn't apply to footnotes Mark Edgington
@ 2016-06-22 20:44 ` Nicolas Goaziou
2016-06-25 13:16 ` Mark Edgington
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2016-06-22 20:44 UTC (permalink / raw)
To: Mark Edgington; +Cc: emacs-orgmode
Hello,
Mark Edgington <edgimar@gmail.com> writes:
> 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?
No, it isn't. However I could only reproduce it with empty footnote
definitions.
In any case, this is now fixed. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-export-with-broken-links doesn't apply to footnotes
2016-06-22 20:44 ` Nicolas Goaziou
@ 2016-06-25 13:16 ` Mark Edgington
2016-06-27 22:33 ` Nicolas Goaziou
0 siblings, 1 reply; 4+ messages in thread
From: Mark Edgington @ 2016-06-25 13:16 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:
> No, it isn't. However I could only reproduce it with empty footnote
> definitions.
>
> In any case, this is now fixed. Thank you.
I am providing a minimal example that still exhibits the problem for me (on
the latest git rev):
----------- BEGIN EXAMPLE -----------
* Heading 1 :ignore:
** Heading 2 :export:
*** Heading 3 :ignore:
Here's a footnote[fn:20].
* Footnotes :export:
[fn:20] Footnote content.
----------- END EXAMPLE -----------
If you narrow the buffer to Heading 2, and try to export, it fails.
Among other things, I have the following in my .emacsd file:
(require 'ox-extra)
(ox-extras-activate '(ignore-headlines))
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-export-with-broken-links doesn't apply to footnotes
2016-06-25 13:16 ` Mark Edgington
@ 2016-06-27 22:33 ` Nicolas Goaziou
0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2016-06-27 22:33 UTC (permalink / raw)
To: Mark Edgington; +Cc: emacs-orgmode
Hello,
Mark Edgington <edgimar@gmail.com> writes:
> I am providing a minimal example that still exhibits the problem for me (on
> the latest git rev):
>
> ----------- BEGIN EXAMPLE -----------
> * Heading 1 :ignore:
> ** Heading 2 :export:
> *** Heading 3 :ignore:
> Here's a footnote[fn:20].
>
> * Footnotes :export:
> [fn:20] Footnote content.
> ----------- END EXAMPLE -----------
>
> If you narrow the buffer to Heading 2, and try to export, it fails.
Fixed (hopefully). Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-06-27 22:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-22 19:25 org-export-with-broken-links doesn't apply to footnotes Mark Edgington
2016-06-22 20:44 ` Nicolas Goaziou
2016-06-25 13:16 ` Mark Edgington
2016-06-27 22:33 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.