Hide stars of org entry results on Emacs to reduce visual clutter

They've all been normlized to the same level and hence don't hold much
data. So good opportunity to reduce, non-useful visual clutter
This commit is contained in:
Debanjum Singh Solanky 2022-08-05 05:27:57 +03:00
parent 31eabee10a
commit 06afeec7e2

View file

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