|
@@ -534,7 +534,7 @@ or new, let the user edit the definition of the footnote."
|
|
(label
|
|
(label
|
|
(org-footnote-normalize-label
|
|
(org-footnote-normalize-label
|
|
(if (eq org-footnote-auto-label 'random)
|
|
(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)))
|
|
(let ((propose (org-footnote-unique-label all)))
|
|
(if (memq org-footnote-auto-label '(t plain)) propose
|
|
(if (memq org-footnote-auto-label '(t plain)) propose
|
|
(org-icompleting-read
|
|
(org-icompleting-read
|