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-function
|
||||||
'(org-agenda-skip-entry-if 'scheduled)))))
|
'(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
|
,@(if context-tag
|
||||||
`((gortium/context-tag . ,context-tag))
|
(list (cons 'gortium/context-tag context-tag))
|
||||||
nil))))
|
nil))))
|
||||||
(current-buffer))))))
|
(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)))))
|
(shell-command (concat "git add -f " add-files)))))
|
||||||
|
|
||||||
;; Pass the target file location back up to the caller
|
;; Pass the target file location back up to the caller
|
||||||
org-file)
|
org-file))
|
||||||
|
|
||||||
;;; ====================================================================
|
;;; ====================================================================
|
||||||
;;; Interactive Entry Points
|
;;; 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-function
|
||||||
'(org-agenda-skip-entry-if 'scheduled)))))
|
'(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
|
,@(if context-tag
|
||||||
`((gortium/context-tag . ,context-tag))
|
(list (cons 'gortium/context-tag context-tag))
|
||||||
nil))))
|
nil))))
|
||||||
(current-buffer))))))
|
(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)))))
|
(shell-command (concat "git add -f " add-files)))))
|
||||||
|
|
||||||
;; Pass the target file location back up to the caller
|
;; Pass the target file location back up to the caller
|
||||||
org-file)
|
org-file))
|
||||||
|
|
||||||
;;; ====================================================================
|
;;; ====================================================================
|
||||||
;;; Interactive Entry Points
|
;;; Interactive Entry Points
|
||||||
|
|||||||
Reference in New Issue
Block a user