From 037a20d6a621fc24576dbb4fb460b4b6cbcbc846 Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Fri, 11 Jul 2025 16:45:34 -0400 Subject: Fix creating note via link open never makes draft --- lisp/seam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/seam.el') diff --git a/lisp/seam.el b/lisp/seam.el index 2330b97..eb3037e 100644 --- a/lisp/seam.el +++ b/lisp/seam.el @@ -115,7 +115,7 @@ naming. Must be a function taking two arguments: TITLE and TYPE." (org-mark-ring-push) (if-let ((file (seam-lookup-slug path))) (find-file file) - (seam-create-note path nil t)) + (seam-create-note path nil t (seam-draft-p path))) (seam-set-buffer-name)) (defvar seam-note-file-regexp "\\`[^.].+\\.org\\'") -- cgit v1.2.3