Have org-bibtex automatically generate custom ids for bibtex heading
This commit is contained in:
parent
91a59dcd56
commit
e6e28b3dd1
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0921.184312
|
||||
;; Version: 2020.0921.230900
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -194,6 +194,7 @@ _l_: Store link ^^ _j_: Journal entry
|
|||
(setq org-list-description-max-indent 5)
|
||||
|
||||
(setq org-default-notes-file "~/documents/gtd/everything.org")
|
||||
(setq org-bibtex-autogen-keys t)
|
||||
|
||||
(defun oni-org-find-heading-in-file (heading file &optional move)
|
||||
"Try to find HEADING somewhere in FILE.
|
||||
|
|
Loading…
Reference in a new issue