mirror of
https://github.com/correl/dotfiles.git
synced 2025-03-07 04:35:47 -10: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)
|
(org-load-modules-maybe t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** Tasks
|
*** Tasks
|
||||||
|
**** Keep logs in their own drawer
|
||||||
|
#+name: packages
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq org-log-into-drawer t)
|
||||||
|
#+END_SRC
|
||||||
**** Log completion
|
**** Log completion
|
||||||
#+name: packages
|
#+name: packages
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
@ -108,6 +113,10 @@
|
||||||
(setq org-habit-graph-column 70)
|
(setq org-habit-graph-column 70)
|
||||||
(setq org-habit-show-habits-only-for-today nil)
|
(setq org-habit-show-habits-only-for-today nil)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** Refiling
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 6))))
|
||||||
|
#+END_SRC
|
||||||
*** Babel
|
*** Babel
|
||||||
**** Syntax highlighting
|
**** Syntax highlighting
|
||||||
#+name: packages
|
#+name: packages
|
||||||
|
|
Loading…
Add table
Reference in a new issue