From 7723d21f10a4107cca960e4ecfe0014e4d3cfbe4 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 3 Mar 2021 11:12:27 +0800 Subject: Don't store bookmark when capturing. --- org-conf.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org-conf.el b/org-conf.el index 0170be3..8cc8175 100644 --- a/org-conf.el +++ b/org-conf.el @@ -4,6 +4,8 @@ ;; org-format-latex-options (plist-put org-format-latex-options :scale 1.5) ) +(setq org-capture-bookmark nil) + (setq org-adapt-indentation nil) (setq org-modules '(ol-gnus ol-info ol-eww)) -- cgit v1.2.3-18-g5258