diff --git a/org_rw/org_rw.py b/org_rw/org_rw.py index a4a98b7..37be9c8 100644 --- a/org_rw/org_rw.py +++ b/org_rw/org_rw.py @@ -271,6 +271,10 @@ class Headline: return "".join(contents).rstrip() + @property + def id(self): + return self.get_property("ID") + @property def clock(self): times = []