org-mode: don't hide emphasis markers

This commit is contained in:
Evie Litherland-Smith 2024-02-07 10:06:58 +00:00
parent 320a9a1d65
commit cffcdccb1c

View file

@ -422,7 +422,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
#+begin_src emacs-lisp :results output silent #+begin_src emacs-lisp :results output silent
(setq org-directory "~/Documents/Org" (setq org-directory "~/Documents/Org"
org-default-notes-file (expand-file-name "notes.org" org-directory) org-default-notes-file (expand-file-name "notes.org" org-directory)
org-pretty-entities-include-sub-superscripts t org-hide-emphasis-markers nil
org-pretty-entities-include-sub-superscripts t org-pretty-entities-include-sub-superscripts t
org-tags-column 0 org-tags-column 0
org-outline-path-complete-in-steps nil org-outline-path-complete-in-steps nil