From 0e46d80c6b5cbd78dcf8c969bb442d46ceb49117 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 25 Apr 2021 18:00:51 -0700 Subject: [oni-org] Automatically renumber and sort footnotes in org --- oni-org/oni-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 272730a..d84db26 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0425.180002 +;; Version: 2021.0425.180045 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal) ;; This program is free software; you can redistribute it and/or modify @@ -203,6 +203,7 @@ _l_: Store link ^^ _j_: Journal entry (setq org-catch-invisible-edits 'error) (setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state) (setq org-fontify-whole-heading-line t) +(setq org-footnote-auto-adjust t) (setq org-habit-graph-column 60) (setq org-hide-emphasis-markers t) (setq org-hide-macro-markers t) -- cgit v1.2.3-54-g00ecf