* M-x org-footnote-renumber ?
@ 2019-08-12 11:50 Sharon Kimble
0 siblings, 0 replies; 4+ messages in thread
From: Sharon Kimble @ 2019-08-12 11:50 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 952 bytes --]
I am converting a website into a pdf file, article by article, currently
1,190 A4 pages with 2,882 footnotes and its not finished yet. The main
file has 4 additional files linked to it by '#+include:
/home/boudiccas/research/writing/book/file-1.org :minlevel 1' just
before I generate the glossary, bibliography, and index.
In 'file 5' I am actively converting/writing sections some of which need
to be parachuted (meaning dropped into their alphabetical place) into
some of the other files, but I know that when I do that the footnotes
will not be renumbered.
So how can I trigger a footnote renumber please?
Is there something like 'M-x org-footnote-renumber' that I can run
periodically in each sub-file to renumber the footnotes?
Thanks
Sharon.
--
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk
Debian 10.0, fluxbox 1.3.7, emacs 26.2, org 9.2.5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* M-x org-footnote-renumber ?
@ 2019-08-13 13:09 Sharon Kimble
2019-08-13 15:24 ` John Kitchin
0 siblings, 1 reply; 4+ messages in thread
From: Sharon Kimble @ 2019-08-13 13:09 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 950 bytes --]
I am converting a website into a pdf file, article by article, currently
1,190 A4 pages with 2,882 footnotes and its not finished yet. The main
file has 4 additional files linked to it by '#+include:
/home/boudiccas/research/writing/book/file-1.org :minlevel 1' just
before I generate the glossary, bibliography, and index.
In 'file 5' I am actively converting/writing sections some of which need
to be parachuted (meaning dropped into their alphabetical place) into
some of the other files, but I know that when I do that the footnotes
will not be renumbered.
So how can I trigger a footnote renumber please?
Is there something like 'M-x org-footnote-renumber' that I can run
periodically in each sub-file to renumber the footnotes?
Thanks
Sharon.
--
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk
Debian 10.0, fluxbox 1.3.7, emacs 26.2, org 9.2.5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: M-x org-footnote-renumber ?
2019-08-13 13:09 M-x org-footnote-renumber ? Sharon Kimble
@ 2019-08-13 15:24 ` John Kitchin
0 siblings, 0 replies; 4+ messages in thread
From: John Kitchin @ 2019-08-13 15:24 UTC (permalink / raw)
To: emacs-orgmode
Maybe (org-footnote-renumber-fn:N)?
Sharon Kimble <boudiccas@skimble.plus.com> writes:
> I am converting a website into a pdf file, article by article, currently
> 1,190 A4 pages with 2,882 footnotes and its not finished yet. The main
> file has 4 additional files linked to it by '#+include:
> /home/boudiccas/research/writing/book/file-1.org :minlevel 1' just
> before I generate the glossary, bibliography, and index.
>
> In 'file 5' I am actively converting/writing sections some of which need
> to be parachuted (meaning dropped into their alphabetical place) into
> some of the other files, but I know that when I do that the footnotes
> will not be renumbered.
>
> So how can I trigger a footnote renumber please?
>
> Is there something like 'M-x org-footnote-renumber' that I can run
> periodically in each sub-file to renumber the footnotes?
>
> Thanks
> Sharon.
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: M-x org-footnote-renumber ?
@ 2019-08-13 16:57 Sharon Kimble
0 siblings, 0 replies; 4+ messages in thread
From: Sharon Kimble @ 2019-08-13 16:57 UTC (permalink / raw)
To: emacs-orgmode, John Kitchin
[-- Attachment #1: Type: text/plain, Size: 1826 bytes --]
Thanks John, but I've tried this and several other permutations as
suggested on Page 16 of the org manual, and I haven't found anything
that really works, so far!
Some background information - this is in the file header '#+startup:
showeverything fnadjust' and the footnotes are inline.
The latest footnote immediately before the parachuted section is
'[fn:73]', and the parachuted sections started footnote is '[fn:141]',
and that is what I'm trying to achieve, the footnote renumbered so that
they flow from '[fn:73]' to '[fn:74]' in the parachuted section, and
then onwards.
Thanks
Sharon.
--8<---------------cut here---------------start------------->8---
Maybe (org-footnote-renumber-fn:N)?
Sharon Kimble <boudiccas@skimble.plus.com> writes:
> I am converting a website into a pdf file, article by article, currently
> 1,190 A4 pages with 2,882 footnotes and its not finished yet. The main
> file has 4 additional files linked to it by '#+include:
> /home/boudiccas/research/writing/book/file-1.org :minlevel 1' just
> before I generate the glossary, bibliography, and index.
>
> In 'file 5' I am actively converting/writing sections some of which need
> to be parachuted (meaning dropped into their alphabetical place) into
> some of the other files, but I know that when I do that the footnotes
> will not be renumbered.
>
> So how can I trigger a footnote renumber please?
>
> Is there something like 'M-x org-footnote-renumber' that I can run
> periodically in each sub-file to renumber the footnotes?
>
> Thanks
> Sharon.
--8<---------------cut here---------------end--------------->8---
--
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk
Debian 10.0, fluxbox 1.3.7, emacs 26.2, org 9.2.5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-08-13 16:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-13 13:09 M-x org-footnote-renumber ? Sharon Kimble
2019-08-13 15:24 ` John Kitchin
-- strict thread matches above, loose matches on Subject: below --
2019-08-13 16:57 Sharon Kimble
2019-08-12 11:50 Sharon Kimble
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).