forked from kenkeiras/org-rw
Add direct way of retrieving Headline ID .
This commit is contained in:
parent
2bd954e43a
commit
2ca52c339d
@ -271,6 +271,10 @@ class Headline:
|
||||
|
||||
return "".join(contents).rstrip()
|
||||
|
||||
@property
|
||||
def id(self):
|
||||
return self.get_property("ID")
|
||||
|
||||
@property
|
||||
def clock(self):
|
||||
times = []
|
||||
|
Loading…
Reference in New Issue
Block a user