Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2015-11-30 16:09:19 +01:00
commit 18f0835840
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ or new, let the user edit the definition of the footnote."
(label
(org-footnote-normalize-label
(if (eq org-footnote-auto-label 'random)
(format "fn:%x" (random #x100000000))
(format "fn:%x" (random most-positive-fixnum))
(let ((propose (org-footnote-unique-label all)))
(if (memq org-footnote-auto-label '(t plain)) propose
(org-icompleting-read