| @@ -729,16 +729,19 @@ validate the agenda changes. | |||||
| ("C-c l" . org-store-link) | ("C-c l" . org-store-link) | ||||
| ("C-c p" . org-latex-export-to-pdf)) | ("C-c p" . org-latex-export-to-pdf)) | ||||
| :custom | :custom | ||||
| (org-agenda-span 'fortnight) | |||||
| (org-log-done t) | |||||
| (org-hide-leading-stars t) | |||||
| (org-hide-emphasis-markers t) | |||||
| (org-confirm-babel-evaluate nil) | |||||
| (org-src-strip-leading-and-trailing-blank-lines t) | |||||
| (org-src-preserve-indentation t) | |||||
| (org-directory "~/src/org") | (org-directory "~/src/org") | ||||
| ;; Don't sort-lines ^^^ | |||||
| (org-agenda-span 'fortnight) | |||||
| (org-archive-directory "~/src/org/attic") | (org-archive-directory "~/src/org/attic") | ||||
| (org-confirm-babel-evaluate nil) | |||||
| (org-default-notes-file (concat org-directory "/notes.org")) | (org-default-notes-file (concat org-directory "/notes.org")) | ||||
| (org-fontify-done-headline t) | |||||
| (org-hide-emphasis-markers t) | |||||
| (org-hide-leading-stars t) | |||||
| (org-log-done t) | |||||
| (org-pretty-entities t) | |||||
| (org-src-preserve-indentation t) | |||||
| (org-src-strip-leading-and-trailing-blank-lines t) | |||||
| ;; Ref https://orgmode.org/manual/Template-elements.html for more detail. | ;; Ref https://orgmode.org/manual/Template-elements.html for more detail. | ||||
| (org-agenda-files | (org-agenda-files | ||||
| (list "~/src/org" | (list "~/src/org" | ||||