2022-10-29 17:14:03 -05:00
|
|
|
-- TODO: include headline.level and headline.is_archived() as part of the
|
|
|
|
-- public orgmode api
|
|
|
|
-- TODO: add highlight groups
|
|
|
|
|
2024-02-07 18:09:12 -06:00
|
|
|
return require("telescope").register_extension({
|
|
|
|
exports = {
|
|
|
|
search_headings = require("telescope._extensions.orgmode.search_headings"),
|
|
|
|
refile_heading = require("telescope._extensions.orgmode.refile_heading"),
|
|
|
|
},
|
|
|
|
})
|