org-footnote.el 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893
  1. ;;; org-footnote.el --- Footnote support in Org and elsewhere
  2. ;;
  3. ;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
  4. ;;
  5. ;; Author: Carsten Dominik <carsten at orgmode dot org>
  6. ;; Keywords: outlines, hypermedia, calendar, wp
  7. ;; Homepage: http://orgmode.org
  8. ;;
  9. ;; This file is part of GNU Emacs.
  10. ;;
  11. ;; GNU Emacs is free software: you can redistribute it and/or modify
  12. ;; it under the terms of the GNU General Public License as published by
  13. ;; the Free Software Foundation, either version 3 of the License, or
  14. ;; (at your option) any later version.
  15. ;; GNU Emacs is distributed in the hope that it will be useful,
  16. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. ;; GNU General Public License for more details.
  19. ;; You should have received a copy of the GNU General Public License
  20. ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  21. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  22. ;;
  23. ;;; Commentary:
  24. ;; This file contains the code dealing with footnotes in Org-mode.
  25. ;; The code can also be used in arbitrary text modes to provide
  26. ;; footnotes. Compared to Steven L Baur's footnote.el it provides
  27. ;; better support for resuming editing. It is less configurable than
  28. ;; Steve's code, though.
  29. ;;; Code:
  30. (eval-when-compile
  31. (require 'cl))
  32. (require 'org-macs)
  33. (require 'org-compat)
  34. (declare-function message-point-in-header-p "message" ())
  35. (declare-function org-back-over-empty-lines "org" ())
  36. (declare-function org-back-to-heading "org" (&optional invisible-ok))
  37. (declare-function org-combine-plists "org" (&rest plists))
  38. (declare-function org-end-of-subtree "org" (&optional invisible-ok to-heading))
  39. (declare-function org-fill-paragraph "org" (&optional justify))
  40. (declare-function org-icompleting-read "org" (&rest args))
  41. (declare-function org-id-uuid "org-id" ())
  42. (declare-function org-in-block-p "org" (names))
  43. (declare-function org-at-comment-p "org" ())
  44. (declare-function org-in-regexp "org" (re &optional nlines visually))
  45. (declare-function org-in-verbatim-emphasis "org" ())
  46. (declare-function org-inside-LaTeX-fragment-p "org" ())
  47. (declare-function org-inside-latex-macro-p "org" ())
  48. (declare-function org-mark-ring-push "org" (&optional pos buffer))
  49. (declare-function org-show-context "org" (&optional key))
  50. (declare-function org-trim "org" (s))
  51. (declare-function org-skip-whitespace "org" ())
  52. (declare-function outline-next-heading "outline")
  53. (declare-function org-skip-whitespace "org" ())
  54. (defvar org-outline-regexp-bol) ; defined in org.el
  55. (defvar org-odd-levels-only) ; defined in org.el
  56. (defvar org-bracket-link-regexp) ; defined in org.el
  57. (defvar message-cite-prefix-regexp) ; defined in message.el
  58. (defvar message-signature-separator) ; defined in message.el
  59. (defconst org-footnote-re
  60. ;; Only [1]-like footnotes are closed in this regexp, as footnotes
  61. ;; from other types might contain square brackets (i.e. links) in
  62. ;; their definition.
  63. ;;
  64. ;; `org-re' is used for regexp compatibility with XEmacs.
  65. (concat "\\[\\(?:"
  66. ;; Match inline footnotes.
  67. (org-re "fn:\\([-_[:word:]]+\\)?:\\|")
  68. ;; Match other footnotes.
  69. "\\(?:\\([0-9]+\\)\\]\\)\\|"
  70. (org-re "\\(fn:[-_[:word:]]+\\)")
  71. "\\)")
  72. "Regular expression for matching footnotes.")
  73. (defconst org-footnote-definition-re
  74. (org-re "^\\[\\([0-9]+\\|fn:[-_[:word:]]+\\)\\]")
  75. "Regular expression matching the definition of a footnote.")
  76. (defconst org-footnote-forbidden-blocks
  77. '("ascii" "beamer" "comment" "example" "html" "latex" "odt" "src")
  78. "Names of blocks where footnotes are not allowed.")
  79. (defgroup org-footnote nil
  80. "Footnotes in Org-mode."
  81. :tag "Org Footnote"
  82. :group 'org)
  83. (defcustom org-footnote-section "Footnotes"
  84. "Outline heading containing footnote definitions.
  85. This can be nil, to place footnotes locally at the end of the
  86. current outline node. If can also be the name of a special
  87. outline heading under which footnotes should be put.
  88. This variable defines the place where Org puts the definition
  89. automatically, i.e. when creating the footnote, and when sorting
  90. the notes. However, by hand you may place definitions
  91. *anywhere*.
  92. If this is a string, during export, all subtrees starting with
  93. this heading will be ignored.
  94. If you don't use the customize interface to change this variable,
  95. you will need to run the following command after the change:
  96. \\[universal-argument] \\[org-element-cache-reset]"
  97. :group 'org-footnote
  98. :initialize 'custom-initialize-default
  99. :set (lambda (var val)
  100. (set var val)
  101. (when (fboundp 'org-element-cache-reset)
  102. (org-element-cache-reset 'all)))
  103. :type '(choice
  104. (string :tag "Collect footnotes under heading")
  105. (const :tag "Define footnotes locally" nil)))
  106. (defcustom org-footnote-tag-for-non-org-mode-files "Footnotes:"
  107. "Tag marking the beginning of footnote section.
  108. The Org footnote engine can be used in arbitrary text files as well
  109. as in Org-mode. Outside Org mode, new footnotes are always placed at
  110. the end of the file. When you normalize the notes, any line containing
  111. only this tag will be removed, a new one will be inserted at the end
  112. of the file, followed by the collected and normalized footnotes.
  113. If you don't want any tag in such buffers, set this variable to nil."
  114. :group 'org-footnote
  115. :type '(choice
  116. (string :tag "Collect footnotes under tag")
  117. (const :tag "Don't use a tag" nil)))
  118. (defcustom org-footnote-define-inline nil
  119. "Non-nil means define footnotes inline, at reference location.
  120. When nil, footnotes will be defined in a special section near
  121. the end of the document. When t, the [fn:label:definition] notation
  122. will be used to define the footnote at the reference position."
  123. :group 'org-footnote
  124. :type 'boolean)
  125. (defcustom org-footnote-auto-label t
  126. "Non-nil means define automatically new labels for footnotes.
  127. Possible values are:
  128. nil Prompt the user for each label.
  129. t Create unique labels of the form [fn:1], [fn:2], etc.
  130. confirm Like t, but let the user edit the created value.
  131. The label can be removed from the minibuffer to create
  132. an anonymous footnote.
  133. random Automatically generate a unique, random label.
  134. plain Automatically create plain number labels like [1]."
  135. :group 'org-footnote
  136. :type '(choice
  137. (const :tag "Prompt for label" nil)
  138. (const :tag "Create automatic [fn:N]" t)
  139. (const :tag "Offer automatic [fn:N] for editing" confirm)
  140. (const :tag "Create a random label" random)
  141. (const :tag "Create automatic [N]" plain)))
  142. (defcustom org-footnote-auto-adjust nil
  143. "Non-nil means automatically adjust footnotes after insert/delete.
  144. When this is t, after each insertion or deletion of a footnote,
  145. simple fn:N footnotes will be renumbered, and all footnotes will be sorted.
  146. If you want to have just sorting or just renumbering, set this variable
  147. to `sort' or `renumber'.
  148. The main values of this variable can be set with in-buffer options:
  149. #+STARTUP: fnadjust
  150. #+STARTUP: nofnadjust"
  151. :group 'org-footnote
  152. :type '(choice
  153. (const :tag "No adjustment" nil)
  154. (const :tag "Renumber" renumber)
  155. (const :tag "Sort" sort)
  156. (const :tag "Renumber and Sort" t)))
  157. (defcustom org-footnote-fill-after-inline-note-extraction nil
  158. "Non-nil means fill paragraphs after extracting footnotes.
  159. When extracting inline footnotes, the lengths of lines can change a lot.
  160. When this option is set, paragraphs from which an inline footnote has been
  161. extracted will be filled again."
  162. :group 'org-footnote
  163. :type 'boolean)
  164. (defun org-footnote-in-valid-context-p ()
  165. "Is point in a context where footnotes are allowed?"
  166. (save-match-data
  167. (not (or (org-at-comment-p)
  168. (org-inside-LaTeX-fragment-p)
  169. ;; Avoid literal example.
  170. (org-in-verbatim-emphasis)
  171. (save-excursion
  172. (beginning-of-line)
  173. (looking-at "[ \t]*:[ \t]+"))
  174. ;; Avoid cited text and headers in message-mode.
  175. (and (derived-mode-p 'message-mode)
  176. (or (save-excursion
  177. (beginning-of-line)
  178. (looking-at message-cite-prefix-regexp))
  179. (message-point-in-header-p)))
  180. ;; Avoid forbidden blocks.
  181. (org-in-block-p org-footnote-forbidden-blocks)))))
  182. (defun org-footnote-at-reference-p ()
  183. "Is the cursor at a footnote reference?
  184. If so, return a list containing its label, beginning and ending
  185. positions, and the definition, when inlined."
  186. (when (and (org-footnote-in-valid-context-p)
  187. (or (looking-at org-footnote-re)
  188. (org-in-regexp org-footnote-re)
  189. (save-excursion (re-search-backward org-footnote-re nil t)))
  190. (/= (match-beginning 0) (point-at-bol)))
  191. (let* ((beg (match-beginning 0))
  192. (label (or (org-match-string-no-properties 2)
  193. (org-match-string-no-properties 3)
  194. ;; Anonymous footnotes don't have labels
  195. (and (match-string 1)
  196. (concat "fn:" (org-match-string-no-properties 1)))))
  197. ;; Inline footnotes don't end at (match-end 0) as
  198. ;; `org-footnote-re' stops just after the second colon.
  199. ;; Find the real ending with `scan-sexps', so Org doesn't
  200. ;; get fooled by unrelated closing square brackets.
  201. (end (ignore-errors (scan-sexps beg 1))))
  202. ;; Point is really at a reference if it's located before true
  203. ;; ending of the footnote.
  204. (when (and end (< (point) end)
  205. ;; Verify match isn't a part of a link.
  206. (not (save-excursion
  207. (goto-char beg)
  208. (let ((linkp
  209. (save-match-data
  210. (org-in-regexp org-bracket-link-regexp))))
  211. (and linkp (< (point) (cdr linkp))))))
  212. ;; Verify point doesn't belong to a LaTeX macro.
  213. (not (org-inside-latex-macro-p)))
  214. (list label beg end
  215. ;; Definition: ensure this is an inline footnote first.
  216. (and (or (not label) (match-string 1))
  217. (org-trim (buffer-substring-no-properties
  218. (match-end 0) (1- end)))))))))
  219. (defun org-footnote-at-definition-p ()
  220. "Is point within a footnote definition?
  221. This matches only pure definitions like [1] or [fn:name] at the
  222. beginning of a line. It does not match references like
  223. \[fn:name:definition], where the footnote text is included and
  224. defined locally.
  225. The return value will be nil if not at a footnote definition, and
  226. a list with label, start, end and definition of the footnote
  227. otherwise."
  228. (when (save-excursion (beginning-of-line) (org-footnote-in-valid-context-p))
  229. (save-excursion
  230. (end-of-line)
  231. ;; Footnotes definitions are separated by new headlines, another
  232. ;; footnote definition or 2 blank lines.
  233. (let ((lim (save-excursion
  234. (re-search-backward
  235. (concat org-outline-regexp-bol
  236. "\\|^\\([ \t]*\n\\)\\{2,\\}") nil t))))
  237. (when (re-search-backward org-footnote-definition-re lim t)
  238. (let ((label (org-match-string-no-properties 1))
  239. (beg (match-beginning 0))
  240. (beg-def (match-end 0))
  241. ;; In message-mode, do not search after signature.
  242. (end (let ((bound (and (derived-mode-p 'message-mode)
  243. (save-excursion
  244. (goto-char (point-max))
  245. (re-search-backward
  246. message-signature-separator nil t)))))
  247. (if (progn
  248. (end-of-line)
  249. (re-search-forward
  250. (concat org-outline-regexp-bol "\\|"
  251. org-footnote-definition-re "\\|"
  252. "^\\([ \t]*\n\\)\\{2,\\}") bound 'move))
  253. (match-beginning 0)
  254. (point)))))
  255. (list label beg end
  256. (org-trim (buffer-substring-no-properties beg-def end)))))))))
  257. (defun org-footnote-get-next-reference (&optional label backward limit)
  258. "Return complete reference of the next footnote.
  259. If LABEL is provided, get the next reference of that footnote. If
  260. BACKWARD is non-nil, find previous reference instead. LIMIT is
  261. the buffer position bounding the search.
  262. Return value is a list like those provided by `org-footnote-at-reference-p'.
  263. If no footnote is found, return nil."
  264. (save-excursion
  265. (let* ((label-fmt (if label (format "\\[%s[]:]" label) org-footnote-re)))
  266. (catch 'exit
  267. (while t
  268. (unless (funcall (if backward #'re-search-backward #'re-search-forward)
  269. label-fmt limit t)
  270. (throw 'exit nil))
  271. (unless backward (backward-char))
  272. (let ((ref (org-footnote-at-reference-p)))
  273. (when ref (throw 'exit ref))))))))
  274. (defun org-footnote-next-reference-or-definition (limit)
  275. "Move point to next footnote reference or definition.
  276. LIMIT is the buffer position bounding the search.
  277. Return value is a list like those provided by
  278. `org-footnote-at-reference-p' or `org-footnote-at-definition-p'.
  279. If no footnote is found, return nil."
  280. (let* (ref (origin (point)))
  281. (catch 'exit
  282. (while t
  283. (unless (re-search-forward org-footnote-re limit t)
  284. (goto-char origin)
  285. (throw 'exit nil))
  286. ;; Beware: with [1]-like footnotes point will be just after
  287. ;; the closing square bracket.
  288. (backward-char)
  289. (cond
  290. ((setq ref (org-footnote-at-reference-p))
  291. (throw 'exit ref))
  292. ;; Definition: also grab the last square bracket, only
  293. ;; matched in `org-footnote-re' for [1]-like footnotes.
  294. ((save-match-data (org-footnote-at-definition-p))
  295. (let ((end (match-end 0)))
  296. (throw 'exit
  297. (list nil (match-beginning 0)
  298. (if (eq (char-before end) 93) end (1+ end)))))))))))
  299. (defun org-footnote-get-definition (label)
  300. "Return label, boundaries and definition of the footnote LABEL."
  301. (let* ((label (regexp-quote (org-footnote-normalize-label label)))
  302. (re (format "^\\[%s\\]\\|.\\[%s:" label label))
  303. pos)
  304. (save-excursion
  305. (save-restriction
  306. (when (or (re-search-forward re nil t)
  307. (and (goto-char (point-min))
  308. (re-search-forward re nil t))
  309. (and (progn (widen) t)
  310. (goto-char (point-min))
  311. (re-search-forward re nil t)))
  312. (let ((refp (org-footnote-at-reference-p)))
  313. (cond
  314. ((and (nth 3 refp) refp))
  315. ((org-footnote-at-definition-p)))))))))
  316. (defun org-footnote-goto-definition (label)
  317. "Move point to the definition of the footnote LABEL.
  318. Return a non-nil value when a definition has been found."
  319. (interactive "sLabel: ")
  320. (org-mark-ring-push)
  321. (let ((def (org-footnote-get-definition label)))
  322. (if (not def)
  323. (error "Cannot find definition of footnote %s" label)
  324. (goto-char (nth 1 def))
  325. (looking-at (format "\\[%s\\]\\|\\[%s:" label label))
  326. (goto-char (match-end 0))
  327. (org-show-context 'link-search)
  328. (when (derived-mode-p 'org-mode)
  329. (message "Edit definition and go back with `C-c &' or, if unique, with `C-c C-c'."))
  330. t)))
  331. (defun org-footnote-goto-previous-reference (label)
  332. "Find the first closest (to point) reference of footnote with label LABEL."
  333. (interactive "sLabel: ")
  334. (org-mark-ring-push)
  335. (let* ((label (org-footnote-normalize-label label)) ref)
  336. (save-excursion
  337. (setq ref (or (org-footnote-get-next-reference label t)
  338. (org-footnote-get-next-reference label)
  339. (save-restriction
  340. (widen)
  341. (or
  342. (org-footnote-get-next-reference label t)
  343. (org-footnote-get-next-reference label))))))
  344. (if (not ref)
  345. (error "Cannot find reference of footnote %s" label)
  346. (goto-char (nth 1 ref))
  347. (org-show-context 'link-search))))
  348. (defun org-footnote-normalize-label (label)
  349. "Return LABEL as an appropriate string."
  350. (cond
  351. ((numberp label) (number-to-string label))
  352. ((equal "" label) nil)
  353. ((not (string-match "^[0-9]+$\\|^fn:" label))
  354. (concat "fn:" label))
  355. (t label)))
  356. (defun org-footnote-all-labels (&optional with-defs)
  357. "Return list with all defined foot labels used in the buffer.
  358. If WITH-DEFS is non-nil, also associate the definition to each
  359. label. The function will then return an alist whose key is label
  360. and value definition."
  361. (let* (rtn
  362. (push-to-rtn
  363. (function
  364. ;; Depending on WITH-DEFS, store label or (label . def) of
  365. ;; footnote reference/definition given as argument in RTN.
  366. (lambda (el)
  367. (let ((lbl (car el)))
  368. (push (if with-defs (cons lbl (nth 3 el)) lbl) rtn))))))
  369. (save-excursion
  370. (save-restriction
  371. (widen)
  372. ;; Find all labels found in definitions.
  373. (goto-char (point-min))
  374. (let (def)
  375. (while (re-search-forward org-footnote-definition-re nil t)
  376. (when (setq def (org-footnote-at-definition-p))
  377. (funcall push-to-rtn def))))
  378. ;; Find all labels found in references.
  379. (goto-char (point-min))
  380. (let (ref)
  381. (while (setq ref (org-footnote-get-next-reference))
  382. (goto-char (nth 2 ref))
  383. (and (car ref) ; ignore anonymous footnotes
  384. (not (funcall (if with-defs #'assoc #'member) (car ref) rtn))
  385. (funcall push-to-rtn ref))))))
  386. rtn))
  387. (defun org-footnote-unique-label (&optional current)
  388. "Return a new unique footnote label.
  389. The function returns the first \"fn:N\" or \"N\" label that is
  390. currently not used.
  391. Optional argument CURRENT is the list of labels active in the
  392. buffer."
  393. (unless current (setq current (org-footnote-all-labels)))
  394. (let ((fmt (if (eq org-footnote-auto-label 'plain) "%d" "fn:%d"))
  395. (cnt 1))
  396. (while (member (format fmt cnt) current)
  397. (incf cnt))
  398. (format fmt cnt)))
  399. (defun org-footnote-new ()
  400. "Insert a new footnote.
  401. This command prompts for a label. If this is a label referencing an
  402. existing label, only insert the label. If the footnote label is empty
  403. or new, let the user edit the definition of the footnote."
  404. (interactive)
  405. (unless (org-footnote-in-valid-context-p)
  406. (error "Cannot insert a footnote here"))
  407. (let* ((lbls (and (not (equal org-footnote-auto-label 'random))
  408. (org-footnote-all-labels)))
  409. (propose (and (not (equal org-footnote-auto-label 'random))
  410. (org-footnote-unique-label lbls)))
  411. (label
  412. (org-footnote-normalize-label
  413. (cond
  414. ((member org-footnote-auto-label '(t plain))
  415. propose)
  416. ((equal org-footnote-auto-label 'random)
  417. (require 'org-id)
  418. (substring (org-id-uuid) 0 8))
  419. (t
  420. (org-icompleting-read
  421. "Label (leave empty for anonymous): "
  422. (mapcar 'list lbls) nil nil
  423. (if (eq org-footnote-auto-label 'confirm) propose nil)))))))
  424. (cond
  425. ((bolp) (error "Cannot create a footnote reference at left margin"))
  426. ((not label)
  427. (insert "[fn:: ]")
  428. (backward-char 1))
  429. ((member label lbls)
  430. (insert "[" label "]")
  431. (message "New reference to existing note"))
  432. (org-footnote-define-inline
  433. (insert "[" label ": ]")
  434. (backward-char 1)
  435. (org-footnote-auto-adjust-maybe))
  436. (t
  437. (insert "[" label "]")
  438. (org-footnote-create-definition label)
  439. (org-footnote-auto-adjust-maybe)))))
  440. (defvar org-blank-before-new-entry) ; silence byte-compiler
  441. (defun org-footnote-create-definition (label)
  442. "Start the definition of a footnote with label LABEL."
  443. (interactive "sLabel: ")
  444. (let ((label (org-footnote-normalize-label label))
  445. electric-indent-mode) ;; Prevent wrong indentation
  446. (cond
  447. ;; In an Org file.
  448. ((derived-mode-p 'org-mode)
  449. ;; If `org-footnote-section' is defined, find it, or create it
  450. ;; at the end of the buffer.
  451. (when org-footnote-section
  452. (goto-char (point-min))
  453. (let ((re (concat "^\\*+[ \t]+" org-footnote-section "[ \t]*$")))
  454. (unless (or (re-search-forward re nil t)
  455. (and (progn (widen) t)
  456. (re-search-forward re nil t)))
  457. (goto-char (point-max))
  458. (skip-chars-backward " \t\r\n")
  459. (unless (bolp) (newline))
  460. ;; Insert new section. Separate it from the previous one
  461. ;; with a blank line, unless `org-blank-before-new-entry'
  462. ;; explicitly says no.
  463. (when (and (cdr (assq 'heading org-blank-before-new-entry))
  464. (zerop (save-excursion (org-back-over-empty-lines))))
  465. (insert "\n"))
  466. (insert "* " org-footnote-section "\n"))))
  467. ;; Move to the end of this entry (which may be
  468. ;; `org-footnote-section' or the current one).
  469. (org-footnote-goto-local-insertion-point)
  470. (org-show-context 'link-search))
  471. (t
  472. ;; In a non-Org file. Search for footnote tag, or create it if
  473. ;; specified (at the end of buffer, or before signature if in
  474. ;; Message mode). Set point after any definition already there.
  475. (let ((tag (and org-footnote-tag-for-non-org-mode-files
  476. (concat "^" (regexp-quote
  477. org-footnote-tag-for-non-org-mode-files)
  478. "[ \t]*$")))
  479. (max (if (and (derived-mode-p 'message-mode)
  480. (goto-char (point-max))
  481. (re-search-backward
  482. message-signature-separator nil t))
  483. (progn
  484. ;; Ensure one blank line separates last
  485. ;; footnote from signature.
  486. (beginning-of-line)
  487. (open-line 2)
  488. (point-marker))
  489. (point-max-marker))))
  490. (set-marker-insertion-type max t)
  491. (goto-char max)
  492. ;; Check if the footnote tag is defined but missing. In this
  493. ;; case, insert it, before any footnote or one blank line
  494. ;; after any previous text.
  495. (when (and tag (not (re-search-backward tag nil t)))
  496. (skip-chars-backward " \t\r\n")
  497. (while (re-search-backward org-footnote-definition-re nil t))
  498. (unless (bolp) (newline 2))
  499. (insert org-footnote-tag-for-non-org-mode-files "\n\n"))
  500. ;; Remove superfluous white space and clear marker.
  501. (goto-char max)
  502. (skip-chars-backward " \t\r\n")
  503. (delete-region (point) max)
  504. (unless (bolp) (newline))
  505. (set-marker max nil))))
  506. ;; Insert footnote label.
  507. (when (zerop (org-back-over-empty-lines)) (newline))
  508. (insert "[" label "] \n")
  509. (backward-char)
  510. ;; Only notify user about next possible action when in an Org
  511. ;; buffer, as the bindings may have different meanings otherwise.
  512. (when (derived-mode-p 'org-mode)
  513. (message
  514. "Edit definition and go back with `C-c &' or, if unique, with `C-c C-c'."))))
  515. ;;;###autoload
  516. (defun org-footnote-action (&optional special)
  517. "Do the right thing for footnotes.
  518. When at a footnote reference, jump to the definition.
  519. When at a definition, jump to the references if they exist, offer
  520. to create them otherwise.
  521. When neither at definition or reference, create a new footnote,
  522. interactively.
  523. With prefix arg SPECIAL, offer additional commands in a menu."
  524. (interactive "P")
  525. (let (tmp c)
  526. (cond
  527. (special
  528. (message "Footnotes: [s]ort | [r]enumber fn:N | [S]=r+s |->[n]umeric | [d]elete")
  529. (setq c (read-char-exclusive))
  530. (cond
  531. ((eq c ?s) (org-footnote-normalize 'sort))
  532. ((eq c ?r) (org-footnote-renumber-fn:N))
  533. ((eq c ?S)
  534. (org-footnote-renumber-fn:N)
  535. (org-footnote-normalize 'sort))
  536. ((eq c ?n) (org-footnote-normalize))
  537. ((eq c ?d) (org-footnote-delete))
  538. (t (error "No such footnote command %c" c))))
  539. ((setq tmp (org-footnote-at-reference-p))
  540. (cond
  541. ;; Anonymous footnote: move point at the beginning of its
  542. ;; definition.
  543. ((not (car tmp))
  544. (goto-char (nth 1 tmp))
  545. (forward-char 5))
  546. ;; A definition exists: move to it.
  547. ((ignore-errors (org-footnote-goto-definition (car tmp))))
  548. ;; No definition exists: offer to create it.
  549. ((yes-or-no-p (format "No definition for %s. Create one? " (car tmp)))
  550. (org-footnote-create-definition (car tmp)))))
  551. ((setq tmp (org-footnote-at-definition-p))
  552. (org-footnote-goto-previous-reference (car tmp)))
  553. (t (org-footnote-new)))))
  554. ;;;###autoload
  555. (defun org-footnote-normalize (&optional sort-only)
  556. "Collect the footnotes in various formats and normalize them.
  557. This finds the different sorts of footnotes allowed in Org, and
  558. normalizes them to the usual [N] format.
  559. When SORT-ONLY is set, only sort the footnote definitions into the
  560. referenced sequence."
  561. ;; This is based on Paul's function, but rewritten.
  562. ;;
  563. ;; Re-create `org-with-limited-levels', but not limited to Org
  564. ;; buffers.
  565. (let* ((limit-level
  566. (and (boundp 'org-inlinetask-min-level)
  567. org-inlinetask-min-level
  568. (1- org-inlinetask-min-level)))
  569. (nstars (and limit-level
  570. (if org-odd-levels-only (1- (* limit-level 2))
  571. limit-level)))
  572. (org-outline-regexp
  573. (concat "\\*" (if nstars (format "\\{1,%d\\} " nstars) "+ ")))
  574. (count 0)
  575. ins-point ref ref-table)
  576. (save-excursion
  577. ;; 1. Find every footnote reference, extract the definition, and
  578. ;; collect that data in REF-TABLE. If SORT-ONLY is nil, also
  579. ;; normalize references.
  580. (goto-char (point-min))
  581. (while (setq ref (org-footnote-get-next-reference))
  582. (let* ((lbl (car ref))
  583. (pos (nth 1 ref))
  584. ;; When footnote isn't anonymous, check if it's label
  585. ;; (REF) is already stored in REF-TABLE. In that case,
  586. ;; extract number used to identify it (MARKER). If
  587. ;; footnote is unknown, increment the global counter
  588. ;; (COUNT) to create an unused identifier.
  589. (a (and lbl (assoc lbl ref-table)))
  590. (marker (or (nth 1 a) (incf count)))
  591. ;; Is the reference inline or pointing to an inline
  592. ;; footnote?
  593. (inlinep (or (stringp (nth 3 ref)) (nth 3 a))))
  594. ;; Replace footnote reference with [MARKER]. Maybe fill
  595. ;; paragraph once done. If SORT-ONLY is non-nil, only move
  596. ;; to the end of reference found to avoid matching it twice.
  597. (if sort-only (goto-char (nth 2 ref))
  598. (delete-region (nth 1 ref) (nth 2 ref))
  599. (goto-char (nth 1 ref))
  600. (insert (format "[%d]" marker))
  601. (and inlinep
  602. org-footnote-fill-after-inline-note-extraction
  603. (org-fill-paragraph)))
  604. ;; Add label (REF), identifier (MARKER), definition (DEF)
  605. ;; type (INLINEP) and position (POS) to REF-TABLE if data
  606. ;; was unknown.
  607. (unless a
  608. (let ((def (or (nth 3 ref) ; Inline definition.
  609. (nth 3 (org-footnote-get-definition lbl)))))
  610. (push (list lbl marker def
  611. ;; Reference beginning position is a marker
  612. ;; to preserve it during further buffer
  613. ;; modifications.
  614. inlinep (copy-marker pos)) ref-table)))))
  615. ;; 2. Find and remove the footnote section, if any. Also
  616. ;; determine where footnotes shall be inserted (INS-POINT).
  617. (cond
  618. ((and org-footnote-section (derived-mode-p 'org-mode))
  619. (goto-char (point-min))
  620. (if (re-search-forward
  621. (concat "^\\*[ \t]+" (regexp-quote org-footnote-section)
  622. "[ \t]*$") nil t)
  623. (delete-region (match-beginning 0) (org-end-of-subtree t t)))
  624. ;; A new footnote section is inserted by default at the end of
  625. ;; the buffer.
  626. (goto-char (point-max))
  627. (skip-chars-backward " \r\t\n")
  628. (forward-line)
  629. (unless (bolp) (newline)))
  630. ;; No footnote section set: Footnotes will be added at the end
  631. ;; of the section containing their first reference.
  632. ((derived-mode-p 'org-mode))
  633. (t
  634. ;; Remove any left-over tag in the buffer, if one is set up.
  635. (when org-footnote-tag-for-non-org-mode-files
  636. (let ((tag (concat "^" (regexp-quote
  637. org-footnote-tag-for-non-org-mode-files)
  638. "[ \t]*$")))
  639. (goto-char (point-min))
  640. (while (re-search-forward tag nil t)
  641. (replace-match "")
  642. (delete-region (point) (progn (forward-line) (point))))))
  643. ;; In Message mode, ensure footnotes are inserted before the
  644. ;; signature.
  645. (if (and (derived-mode-p 'message-mode)
  646. (goto-char (point-max))
  647. (re-search-backward message-signature-separator nil t))
  648. (beginning-of-line)
  649. (goto-char (point-max)))))
  650. (setq ins-point (point-marker))
  651. ;; 3. Clean-up REF-TABLE.
  652. (setq ref-table
  653. (delq nil
  654. (mapcar
  655. (lambda (x)
  656. (cond
  657. ;; When only sorting, ignore inline footnotes.
  658. ;; Also clear position marker.
  659. ((and sort-only (nth 3 x))
  660. (set-marker (nth 4 x) nil) nil)
  661. ;; No definition available: provide one.
  662. ((not (nth 2 x))
  663. (append
  664. (list (car x) (nth 1 x)
  665. (format "DEFINITION NOT FOUND: %s" (car x)))
  666. (nthcdr 3 x)))
  667. (t x)))
  668. ref-table)))
  669. (setq ref-table (nreverse ref-table))
  670. ;; 4. Remove left-over definitions in the buffer.
  671. (mapc (lambda (x)
  672. (unless (nth 3 x) (org-footnote-delete-definitions (car x))))
  673. ref-table)
  674. ;; 5. Insert the footnotes again in the buffer, at the
  675. ;; appropriate spot.
  676. (goto-char ins-point)
  677. (cond
  678. ;; No footnote: exit.
  679. ((not ref-table))
  680. ;; Cases when footnotes should be inserted in one place.
  681. ((or (not (derived-mode-p 'org-mode)) org-footnote-section)
  682. ;; Insert again the section title, if any. Ensure that title,
  683. ;; or the subsequent footnotes, will be separated by a blank
  684. ;; lines from the rest of the document. In an Org buffer,
  685. ;; separate section with a blank line, unless explicitly
  686. ;; stated in `org-blank-before-new-entry'.
  687. (if (not (derived-mode-p 'org-mode))
  688. (progn (skip-chars-backward " \t\n\r")
  689. (delete-region (point) ins-point)
  690. (unless (bolp) (newline))
  691. (when org-footnote-tag-for-non-org-mode-files
  692. (insert "\n" org-footnote-tag-for-non-org-mode-files "\n")))
  693. (when (and (cdr (assq 'heading org-blank-before-new-entry))
  694. (zerop (save-excursion (org-back-over-empty-lines))))
  695. (insert "\n"))
  696. (insert "* " org-footnote-section "\n"))
  697. (set-marker ins-point nil)
  698. ;; Insert the footnotes, separated by a blank line.
  699. (insert
  700. (mapconcat
  701. (lambda (x)
  702. ;; Clean markers.
  703. (set-marker (nth 4 x) nil)
  704. (format "\n[%s] %s" (nth (if sort-only 0 1) x) (nth 2 x)))
  705. ref-table "\n"))
  706. (unless (eobp) (insert "\n\n")))
  707. ;; Each footnote definition has to be inserted at the end of
  708. ;; the section where its first reference belongs.
  709. (t
  710. (mapc
  711. (lambda (x)
  712. (let ((pos (nth 4 x)))
  713. (goto-char pos)
  714. ;; Clean marker.
  715. (set-marker pos nil))
  716. (org-footnote-goto-local-insertion-point)
  717. (insert (format "\n[%s] %s\n"
  718. (if sort-only (car x) (nth 1 x))
  719. (nth 2 x))))
  720. ref-table))))))
  721. (defun org-footnote-goto-local-insertion-point ()
  722. "Find insertion point for footnote, just before next outline heading."
  723. (org-with-limited-levels (outline-next-heading))
  724. (or (bolp) (newline))
  725. (beginning-of-line 0)
  726. (while (and (not (bobp)) (= (char-after) ?#))
  727. (beginning-of-line 0))
  728. (if (let ((case-fold-search t)) (looking-at "[ \t]*#\\+tblfm:")) (beginning-of-line 2))
  729. (end-of-line 1)
  730. (skip-chars-backward "\n\r\t ")
  731. (forward-line))
  732. (defun org-footnote-delete-references (label)
  733. "Delete every reference to footnote LABEL.
  734. Return the number of footnotes removed."
  735. (save-excursion
  736. (goto-char (point-min))
  737. (let (ref (nref 0))
  738. (while (setq ref (org-footnote-get-next-reference label))
  739. (goto-char (nth 1 ref))
  740. (delete-region (nth 1 ref) (nth 2 ref))
  741. (incf nref))
  742. nref)))
  743. (defun org-footnote-delete-definitions (label)
  744. "Delete every definition of the footnote LABEL.
  745. Return the number of footnotes removed."
  746. (save-excursion
  747. (goto-char (point-min))
  748. (let ((def-re (concat "^\\[" (regexp-quote label) "\\]"))
  749. (ndef 0))
  750. (while (re-search-forward def-re nil t)
  751. (let ((full-def (org-footnote-at-definition-p)))
  752. (when full-def
  753. ;; Remove the footnote, and all blank lines before it.
  754. (goto-char (nth 1 full-def))
  755. (skip-chars-backward " \r\t\n")
  756. (unless (bolp) (forward-line))
  757. (delete-region (point) (nth 2 full-def))
  758. (incf ndef))))
  759. ndef)))
  760. (defun org-footnote-delete (&optional label)
  761. "Delete the footnote at point.
  762. This will remove the definition (even multiple definitions if they exist)
  763. and all references of a footnote label.
  764. If LABEL is non-nil, delete that footnote instead."
  765. (catch 'done
  766. (let* ((nref 0) (ndef 0) x
  767. ;; 1. Determine LABEL of footnote at point.
  768. (label (cond
  769. ;; LABEL is provided as argument.
  770. (label)
  771. ;; Footnote reference at point. If the footnote is
  772. ;; anonymous, delete it and exit instead.
  773. ((setq x (org-footnote-at-reference-p))
  774. (or (car x)
  775. (progn
  776. (delete-region (nth 1 x) (nth 2 x))
  777. (message "Anonymous footnote removed")
  778. (throw 'done t))))
  779. ;; Footnote definition at point.
  780. ((setq x (org-footnote-at-definition-p))
  781. (car x))
  782. (t (error "Don't know which footnote to remove")))))
  783. ;; 2. Now that LABEL is non-nil, find every reference and every
  784. ;; definition, and delete them.
  785. (setq nref (org-footnote-delete-references label)
  786. ndef (org-footnote-delete-definitions label))
  787. ;; 3. Verify consistency of footnotes and notify user.
  788. (org-footnote-auto-adjust-maybe)
  789. (message "%d definition(s) of and %d reference(s) of footnote %s removed"
  790. ndef nref label))))
  791. (defun org-footnote-renumber-fn:N ()
  792. "Renumber the simple footnotes like fn:17 into a sequence in the document."
  793. (interactive)
  794. (let (map (n 0))
  795. (org-with-wide-buffer
  796. (goto-char (point-min))
  797. (while (re-search-forward "\\[fn:\\([0-9]+\\)[]:]" nil t)
  798. (save-excursion
  799. (goto-char (match-beginning 0))
  800. ;; Ensure match is a footnote reference or definition.
  801. (when (save-match-data (if (bolp)
  802. (org-footnote-at-definition-p)
  803. (org-footnote-at-reference-p)))
  804. (let ((new-val (or (cdr (assoc (match-string 1) map))
  805. (number-to-string (incf n)))))
  806. (unless (assoc (match-string 1) map)
  807. (push (cons (match-string 1) new-val) map))
  808. (replace-match new-val nil nil nil 1))))))))
  809. (defun org-footnote-auto-adjust-maybe ()
  810. "Renumber and/or sort footnotes according to user settings."
  811. (when (memq org-footnote-auto-adjust '(t renumber))
  812. (org-footnote-renumber-fn:N))
  813. (when (memq org-footnote-auto-adjust '(t sort))
  814. (let ((label (car (org-footnote-at-definition-p))))
  815. (org-footnote-normalize 'sort)
  816. (when label
  817. (goto-char (point-min))
  818. (and (re-search-forward (concat "^\\[" (regexp-quote label) "\\]")
  819. nil t)
  820. (progn (insert " ")
  821. (just-one-space)))))))
  822. (provide 'org-footnote)
  823. ;; Local variables:
  824. ;; generated-autoload-file: "org-loaddefs.el"
  825. ;; End:
  826. ;;; org-footnote.el ends here