Update org package
This commit is contained in:
parent
6525621f0d
commit
289af3e2c1
1 changed files with 4 additions and 3 deletions
|
@ -150,6 +150,7 @@
|
||||||
:init
|
:init
|
||||||
(org-babel-lob-ingest "~/.emacs.d/library-of-babel.org")
|
(org-babel-lob-ingest "~/.emacs.d/library-of-babel.org")
|
||||||
:custom
|
:custom
|
||||||
|
(org-default-notes-file "notes.org")
|
||||||
(org-insert-mode-line-in-empty-file t)
|
(org-insert-mode-line-in-empty-file t)
|
||||||
(org-adapt-indentation nil)
|
(org-adapt-indentation nil)
|
||||||
(org-agenda-prefix-format
|
(org-agenda-prefix-format
|
||||||
|
@ -167,7 +168,7 @@
|
||||||
(file+headline "notes.org" "Notes") "* %k\n%U\n- %l\n- %K\n%i\n%?")
|
(file+headline "notes.org" "Notes") "* %k\n%U\n- %l\n- %K\n%i\n%?")
|
||||||
|
|
||||||
("t" "Task" entry
|
("t" "Task" entry
|
||||||
(file+headline "planning.org" "Tasks") "* OPEN %?\n%u\n%a\n%i")
|
(file+headline "planning.org" "Tasks") "* TODO %?\n%u\n%i")
|
||||||
|
|
||||||
("a" "Appointment" entry
|
("a" "Appointment" entry
|
||||||
(file+headline "planning.org" "Appointments") "* %?\n%T\n")
|
(file+headline "planning.org" "Appointments") "* %?\n%T\n")
|
||||||
|
@ -192,7 +193,7 @@
|
||||||
(org-export-backends
|
(org-export-backends
|
||||||
'(ascii beamer html icalendar latex md odt))
|
'(ascii beamer html icalendar latex md odt))
|
||||||
(org-global-properties
|
(org-global-properties
|
||||||
'(("EFFORT_ALL" . "1:00 2:00 3:00 5:00 8:00 13:00")))
|
'(("EFFORT_ALL" . "0:30 1:00 2:00 3:00 5:00 8:00")))
|
||||||
(org-html-doctype "html5")
|
(org-html-doctype "html5")
|
||||||
(org-html-html5-fancy t)
|
(org-html-html5-fancy t)
|
||||||
(org-html-htmlize-output-type nil)
|
(org-html-htmlize-output-type nil)
|
||||||
|
@ -221,7 +222,7 @@
|
||||||
("plantuml" . plantuml)))
|
("plantuml" . plantuml)))
|
||||||
(org-time-stamp-rounding-minutes '(30 30))
|
(org-time-stamp-rounding-minutes '(30 30))
|
||||||
(org-todo-keywords
|
(org-todo-keywords
|
||||||
'((sequence "OPEN" "TODO" "DOING" "|" "DONE")))
|
'((sequence "TODO" "DOING(!)" "DONE(!)")))
|
||||||
(org-use-property-inheritance nil)
|
(org-use-property-inheritance nil)
|
||||||
:config
|
:config
|
||||||
(org-babel-do-load-languages
|
(org-babel-do-load-languages
|
||||||
|
|
Loading…
Add table
Reference in a new issue