Skip to content

rougier/org-agenda-conflict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

org-agenda-conflict allows to mark conflicting items in the org agenda. Conflicting items are items with an overlap between their start and end date. The marking assumed that items are sorted and only checks for conflicts between two consecutive lines. It can probably be extended to check for conflicts between all items but this would slow down marking.

Example Usage

(add-hook 'org-agenda-finalize-hook
          '(lambda () (org-agenda-conflict-mark 'error)))