From c9867715c173bd76cacf2dd1c87a847d43b2bfc4 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Wed, 31 Jul 2019 13:01:15 +0200 Subject: [PATCH] another test --- org-auto-id.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-auto-id.el b/org-auto-id.el index ac0dffe..45859f0 100644 --- a/org-auto-id.el +++ b/org-auto-id.el @@ -23,7 +23,7 @@ (require 'org) -(defun org-auto-id-init () +(with-eval-after-load 'org (defvar org-auto-id--all-ids '() "List as set of all ids of the current org-file")