|
@ -492,7 +492,9 @@ Windows Theme: |
|
|
(setq org-src-window-setup 'current-window ;; C-c ' opens in current window |
|
|
(setq org-src-window-setup 'current-window ;; C-c ' opens in current window |
|
|
org-src-fontify-natively t ;; use syntax highlighting in code blocks |
|
|
org-src-fontify-natively t ;; use syntax highlighting in code blocks |
|
|
org-src-preserve-indentation t ;; no extra indentation |
|
|
org-src-preserve-indentation t ;; no extra indentation |
|
|
org-src-tab-acts-natively t)) |
|
|
|
|
|
|
|
|
org-src-tab-acts-natively t) |
|
|
|
|
|
|
|
|
|
|
|
(setq org-log-done 'time)) ;; create timestamp when task is done |
|
|
#+END_SRC |
|
|
#+END_SRC |
|
|
** languages |
|
|
** languages |
|
|
:PROPERTIES: |
|
|
:PROPERTIES: |
|
|