Ensure all org entries are unfolded in results buffer on Emacs

This commit is contained in:
Debanjum Singh Solanky
2022-08-05 04:44:39 +03:00
parent 49ef741d4b
commit 4d4d2ff921

View File

@@ -89,7 +89,7 @@
(replace-regexp-in-string
"^[\(\) ]" ""
;; extract entries from response as single string and convert to entries
(format "* %s\n%s"
(format "#+STARTUP: showall inlineimages\n* %s\n%s"
query
(mapcar
(lambda (args)