Skip to content

Commit a81081e

Browse files
committed
No longer includes scheduling dates as props
1 parent ad10c1f commit a81081e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/orgmode/parser/section.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ function Section.from_node(section_node, file, parent)
137137
type = first_node_text
138138
end
139139
local timestamp = file:get_node_text(entry:named_child(1))
140-
data.properties.items[first_node_text:lower()] = timestamp
141140
utils.concat(
142141
data.dates,
143142
Date.from_org_date(timestamp, {

0 commit comments

Comments
 (0)