* Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0
@ 2010-10-17 14:54 Erik L. Arneson
2010-10-17 16:11 ` Noorul Islam
2010-10-17 16:31 ` Erik L. Arneson
0 siblings, 2 replies; 5+ messages in thread
From: Erik L. Arneson @ 2010-10-17 14:54 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 909 bytes --]
Hello folks,
I'm running into a very strange bug when publishing to HTML. Even when
a page contains no footnotes, a footnote section is added with one
footnote an the text "FOOTNOTE DEFINITION NOT FOUND: 0".
I did a Google search for solutions to this problem, but instead just
came up with a bunch of pages with "FOOTNOTE DEFINITION NOT FOUND: 0" in
their text, so it seems like I'm not the only one running into this
issue.
Does anybody know if there is a setting or fix available that can
prevent this? I was just turning footnotes off, but now I'm at a point
where I need footnotes for an article, and I'd rather not have that
showing up as my first.
Thanks!
--
Erik Arneson <dybbuk@LNouv.com>
GPG Key ID : 1024D/62DA1D25 BitCoin : 1LqvuGUqJ4ZUSoE7YE9ngETjwp4yZ2uSdP
Office : +1.541.291.9776 Skype : callto://pymander
http://www.leisurenouveau.com/
[-- Attachment #1.2: Type: application/pgp-signature, Size: 193 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0
2010-10-17 14:54 Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0 Erik L. Arneson
@ 2010-10-17 16:11 ` Noorul Islam
2010-10-17 16:31 ` Erik L. Arneson
1 sibling, 0 replies; 5+ messages in thread
From: Noorul Islam @ 2010-10-17 16:11 UTC (permalink / raw)
To: Erik L. Arneson; +Cc: emacs-orgmode
On Sun, Oct 17, 2010 at 8:24 PM, Erik L. Arneson <dybbuk@lnouv.com> wrote:
> Hello folks,
>
> I'm running into a very strange bug when publishing to HTML. Even when
> a page contains no footnotes, a footnote section is added with one
> footnote an the text "FOOTNOTE DEFINITION NOT FOUND: 0".
>
Please let us know which version of org-mode and emacs are you using?
Thanks and Regards
Noorul
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0
2010-10-17 14:54 Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0 Erik L. Arneson
2010-10-17 16:11 ` Noorul Islam
@ 2010-10-17 16:31 ` Erik L. Arneson
2010-10-17 16:44 ` Sebastian Rose
1 sibling, 1 reply; 5+ messages in thread
From: Erik L. Arneson @ 2010-10-17 16:31 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 615 bytes --]
On Sun, 17 Oct 2010, Erik L. Arneson wrote:
> I'm running into a very strange bug when publishing to HTML. Even when
> a page contains no footnotes, a footnote section is added with one
> footnote an the text "FOOTNOTE DEFINITION NOT FOUND: 0".
I am, by the way, running the latest 7.01trans from Git. I just now did
an update and this strange footnote behavior is still happening.
--
Erik Arneson <dybbuk@LNouv.com>
GPG Key ID : 1024D/62DA1D25 BitCoin : 1LqvuGUqJ4ZUSoE7YE9ngETjwp4yZ2uSdP
Office : +1.541.291.9776 Skype : callto://pymander
http://www.leisurenouveau.com/
[-- Attachment #1.2: Type: application/pgp-signature, Size: 193 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0
2010-10-17 16:31 ` Erik L. Arneson
@ 2010-10-17 16:44 ` Sebastian Rose
2010-10-17 23:46 ` Erik L. Arneson
0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Rose @ 2010-10-17 16:44 UTC (permalink / raw)
To: Erik L. Arneson; +Cc: emacs-orgmode
"Erik L. Arneson" <dybbuk@lnouv.com> writes:
> On Sun, 17 Oct 2010, Erik L. Arneson wrote:
>> I'm running into a very strange bug when publishing to HTML. Even when
>> a page contains no footnotes, a footnote section is added with one
>> footnote an the text "FOOTNOTE DEFINITION NOT FOUND: 0".
>
> I am, by the way, running the latest 7.01trans from Git. I just now did
> an update and this strange footnote behavior is still happening.
Do you have a `[0]' somewhere in your text?
I just found, that that footnote section is generated for this piece of
text.
Work-around: ~[0]~
HTH
Sebastian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0
2010-10-17 16:44 ` Sebastian Rose
@ 2010-10-17 23:46 ` Erik L. Arneson
0 siblings, 0 replies; 5+ messages in thread
From: Erik L. Arneson @ 2010-10-17 23:46 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1048 bytes --]
On Sun, 17 Oct 2010, Sebastian Rose wrote:
> "Erik L. Arneson" <dybbuk@lnouv.com> writes:
>> On Sun, 17 Oct 2010, Erik L. Arneson wrote:
>>> I'm running into a very strange bug when publishing to HTML. Even when
>>> a page contains no footnotes, a footnote section is added with one
>>> footnote an the text "FOOTNOTE DEFINITION NOT FOUND: 0".
>>
>> I am, by the way, running the latest 7.01trans from Git. I just now did
>> an update and this strange footnote behavior is still happening.
>
> Do you have a `[0]' somewhere in your text?
Ah, I found it!
In one of the files I'm using via #+INCLUDE there is some JavaScript in
an HTML block with [0] in it.
I'm going to experiment with getting that to work properly, but it still
seems odd that a #+BEGIN_HTML block would be able to include footnotes.
--
Erik Arneson <dybbuk@LNouv.com>
GPG Key ID : 1024D/62DA1D25 BitCoin : 1LqvuGUqJ4ZUSoE7YE9ngETjwp4yZ2uSdP
Office : +1.541.291.9776 Skype : callto://pymander
http://www.leisurenouveau.com/
[-- Attachment #1.2: Type: application/pgp-signature, Size: 193 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-10-17 23:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-17 14:54 Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0 Erik L. Arneson
2010-10-17 16:11 ` Noorul Islam
2010-10-17 16:31 ` Erik L. Arneson
2010-10-17 16:44 ` Sebastian Rose
2010-10-17 23:46 ` Erik L. Arneson
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).