org/org: minor refactor/cleanup
This commit is contained in:
parent
693bae2316
commit
1813d0d56c
2 changed files with 6 additions and 4 deletions
|
@ -71,7 +71,8 @@ If on a:
|
|||
(goto-char (org-element-property :post-affiliated context))
|
||||
(call-interactively #'org-footnote-action))
|
||||
|
||||
((or `planning `timestamp) (org-follow-timestamp-link))
|
||||
((or `planning `timestamp)
|
||||
(org-follow-timestamp-link))
|
||||
|
||||
((or `table `table-row)
|
||||
(if (org-at-TBLFM-p)
|
||||
|
|
|
@ -122,9 +122,10 @@
|
|||
org-startup-indented t
|
||||
org-startup-with-inline-images nil
|
||||
org-tags-column 0
|
||||
org-todo-keywords '((sequence "[ ](t)" "[-](p)" "[?](m)" "|" "[X](d)")
|
||||
(sequence "TODO(T)" "|" "DONE(D)")
|
||||
(sequence "IDEA(i)" "NEXT(n)" "ACTIVE(a)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))
|
||||
org-todo-keywords
|
||||
'((sequence "[ ](t)" "[-](p)" "[?](m)" "|" "[X](d)")
|
||||
(sequence "TODO(T)" "|" "DONE(D)")
|
||||
(sequence "NEXT(n)" "ACTIVE(a)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))
|
||||
org-use-sub-superscripts '{}
|
||||
outline-blank-line t
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue