We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9719bf3 commit 74317bcCopy full SHA for 74317bc
lua/orgmode/org/mappings.lua
@@ -659,13 +659,12 @@ function OrgMappings:_edit_special_callback()
659
end
660
661
function OrgMappings:open_at_point()
662
- local date = self:_get_date_under_cursor()
663
- if date then
664
- return self.agenda:open_day(date)
665
- end
666
-
667
local link = self:_get_link_under_cursor()
668
if not link then
+ local date = self:_get_date_under_cursor()
+ if date then
+ return self.agenda:open_day(date)
+ end
669
return
670
671
0 commit comments