unhide elements
This commit is contained in:
@@ -283,8 +283,8 @@ Example defines
|
|||||||
("lualatex -interaction nonstopmode -output-directory %o %f")
|
("lualatex -interaction nonstopmode -output-directory %o %f")
|
||||||
:image-converter
|
:image-converter
|
||||||
("convert -density %D -trim -antialias %f -quality 100 %O"))))
|
("convert -density %D -trim -antialias %f -quality 100 %O"))))
|
||||||
(setq org-hidden-keywords '(author date title email subtitle)) ;; see also `org-appear'
|
(setq org-hidden-keywords nil) ;; hide keywords like `#+TITLE:` or not, see also `org-appear'
|
||||||
(setq org-hide-emphasis-markers t) ;; see also `org-appear'
|
(setq org-hide-emphasis-markers nil) ;; hide emphasis marker *_=~/+, see also `org-appear'
|
||||||
(setq org-startup-folded nil) ;; nil = showall = #+STARTUP: showall
|
(setq org-startup-folded nil) ;; nil = showall = #+STARTUP: showall
|
||||||
(setq org-startup-with-inline-images t) ;; #+STARTUP: inlineimages|noinlineimages, show inline images when loading a new Org file
|
(setq org-startup-with-inline-images t) ;; #+STARTUP: inlineimages|noinlineimages, show inline images when loading a new Org file
|
||||||
(setq org-use-sub-superscripts '{}) ;; braces are *required* in order to trigger interpretations as sub/superscript, see also `org-export-with-sub-superscripts'. C-c C-x \ (`org-toggle-pretty-entities')
|
(setq org-use-sub-superscripts '{}) ;; braces are *required* in order to trigger interpretations as sub/superscript, see also `org-export-with-sub-superscripts'. C-c C-x \ (`org-toggle-pretty-entities')
|
||||||
|
|||||||
Reference in New Issue
Block a user