mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 05:39:12 +00:00
Ensure all org entries are unfolded in results buffer on Emacs
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
(replace-regexp-in-string
|
(replace-regexp-in-string
|
||||||
"^[\(\) ]" ""
|
"^[\(\) ]" ""
|
||||||
;; extract entries from response as single string and convert to entries
|
;; extract entries from response as single string and convert to entries
|
||||||
(format "* %s\n%s"
|
(format "#+STARTUP: showall inlineimages\n* %s\n%s"
|
||||||
query
|
query
|
||||||
(mapcar
|
(mapcar
|
||||||
(lambda (args)
|
(lambda (args)
|
||||||
|
|||||||
Reference in New Issue
Block a user