fix: balanced parens in ensure-node-structure

This commit is contained in:
2026-07-17 13:11:35 -04:00
parent 61268e8244
commit 73de843c34
2 changed files with 6 additions and 6 deletions

View File

@@ -3362,9 +3362,9 @@ with a project-tagged custom agenda entry and optional CONTEXT-TAG (mu4e/agenda)
(org-agenda-skip-function
'(org-agenda-skip-entry-if 'scheduled)))))
((org-agenda-tag-filter-preset (list ,(concat "+" project-tag))))))))
((org-agenda-tag-filter-preset (list ,(concat "+" project-tag)))))))
,@(if context-tag
`((gortium/context-tag . ,context-tag))
(list (cons 'gortium/context-tag context-tag))
nil))))
(current-buffer))))))
@@ -3386,7 +3386,7 @@ with a project-tagged custom agenda entry and optional CONTEXT-TAG (mu4e/agenda)
(shell-command (concat "git add -f " add-files)))))
;; Pass the target file location back up to the caller
org-file)
org-file))
;;; ====================================================================
;;; Interactive Entry Points

View File

@@ -2440,9 +2440,9 @@ with a project-tagged custom agenda entry and optional CONTEXT-TAG (mu4e/agenda)
(org-agenda-skip-function
'(org-agenda-skip-entry-if 'scheduled)))))
((org-agenda-tag-filter-preset (list ,(concat "+" project-tag))))))))
((org-agenda-tag-filter-preset (list ,(concat "+" project-tag)))))))
,@(if context-tag
`((gortium/context-tag . ,context-tag))
(list (cons 'gortium/context-tag context-tag))
nil))))
(current-buffer))))))
@@ -2464,7 +2464,7 @@ with a project-tagged custom agenda entry and optional CONTEXT-TAG (mu4e/agenda)
(shell-command (concat "git add -f " add-files)))))
;; Pass the target file location back up to the caller
org-file)
org-file))
;;; ====================================================================
;;; Interactive Entry Points