mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] configure org logbook and refiling
This commit is contained in:
parent
52fad5b38d
commit
44d7960954
1 changed files with 9 additions and 0 deletions
|
@ -95,6 +95,11 @@
|
|||
(org-load-modules-maybe t)
|
||||
#+END_SRC
|
||||
*** Tasks
|
||||
**** Keep logs in their own drawer
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq org-log-into-drawer t)
|
||||
#+END_SRC
|
||||
**** Log completion
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
@ -108,6 +113,10 @@
|
|||
(setq org-habit-graph-column 70)
|
||||
(setq org-habit-show-habits-only-for-today nil)
|
||||
#+END_SRC
|
||||
*** Refiling
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 6))))
|
||||
#+END_SRC
|
||||
*** Babel
|
||||
**** Syntax highlighting
|
||||
#+name: packages
|
||||
|
|
Loading…
Reference in a new issue