fix: balanced parens in ensure-node-structure
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user