another test

This commit is contained in:
Yann Esposito (Yogsototh) 2019-07-31 13:03:05 +02:00
parent c9867715c1
commit 76ec29df1e
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -23,7 +23,6 @@
(require 'org)
(with-eval-after-load 'org
(defvar org-auto-id--all-ids '()
"List as set of all ids of the current org-file")
@ -81,7 +80,7 @@ ie, #+OPTIONS: auto-id:t"
(lambda ()
(when (and (eq major-mode 'org-mode)
(eq buffer-read-only nil))
(org-auto-id-add-ids-to-headlines-in-file)))))))
(org-auto-id-add-ids-to-headlines-in-file))))))
(provide 'org-auto-id)