org-mode: don't hide emphasis markers
This commit is contained in:
parent
320a9a1d65
commit
cffcdccb1c
|
@ -422,7 +422,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
#+begin_src emacs-lisp :results output silent
|
||||
(setq org-directory "~/Documents/Org"
|
||||
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-tags-column 0
|
||||
org-outline-path-complete-in-steps nil
|
||||
|
|
Loading…
Reference in a new issue