Do not export from org with extra indentation

This commit is contained in:
Vedang Manerikar 2024-11-15 13:29:05 +05:30
parent 3a69c49265
commit 71dc00ce4f
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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