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
|
|
|
|
|
2022-10-29 11:32:59 -05:00
|
|
|
return require("telescope").register_extension {
|
2022-10-29 17:14:03 -05:00
|
|
|
exports = {
|
2022-10-31 05:03:36 -05:00
|
|
|
search_headings = require("telescope._extensions.orgmode.search_headings"),
|
|
|
|
refile_heading = require("telescope._extensions.orgmode.refile_heading")
|
2022-10-29 17:14:03 -05:00
|
|
|
},
|
2022-10-29 11:32:59 -05:00
|
|
|
}
|