forked from kenkeiras/org-rw
Add direct way of retrieving Headline ID .
This commit is contained in:
parent
2bd954e43a
commit
2ca52c339d
1 changed files with 4 additions and 0 deletions
|
@ -271,6 +271,10 @@ class Headline:
|
||||||
|
|
||||||
return "".join(contents).rstrip()
|
return "".join(contents).rstrip()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def id(self):
|
||||||
|
return self.get_property("ID")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def clock(self):
|
def clock(self):
|
||||||
times = []
|
times = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue