Do not export from org with extra indentation
This commit is contained in:
parent
3a69c49265
commit
71dc00ce4f
2 changed files with 4 additions and 4 deletions
|
@ -3216,9 +3216,9 @@ This is a wonderful world of possibilities!
|
|||
(setq org-src-window-setup 'current-window)
|
||||
(setq org-edit-src-persistent-message nil)
|
||||
(setq org-src-fontify-natively t)
|
||||
(setq org-src-preserve-indentation t)
|
||||
(setq org-src-preserve-indentation nil)
|
||||
(setq org-src-tab-acts-natively t)
|
||||
(setq org-edit-src-content-indentation 0))
|
||||
(setq org-edit-src-content-indentation 2))
|
||||
#+end_src
|
||||
|
||||
*** The =unravel-org.el= Org export settings
|
||||
|
|
|
@ -182,9 +182,9 @@
|
|||
(setq org-src-window-setup 'current-window)
|
||||
(setq org-edit-src-persistent-message nil)
|
||||
(setq org-src-fontify-natively t)
|
||||
(setq org-src-preserve-indentation t)
|
||||
(setq org-src-preserve-indentation nil)
|
||||
(setq org-src-tab-acts-natively t)
|
||||
(setq org-edit-src-content-indentation 0))
|
||||
(setq org-edit-src-content-indentation 2))
|
||||
|
||||
;;;; export
|
||||
(use-package org
|
||||
|
|
Loading…
Reference in a new issue