Emacs: Improve org-mode navigation
Alan Pearce alan@alanpearce.eu
Thu, 11 May 2017 11:58:28 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M emacs/.emacs.d/init.org → emacs/.emacs.d/init.org
@@ -1656,6 +1656,10 @@ org-blank-before-new-entry '((heading . t) (plain-list-item . auto)) org-fontify-done-headline t + org-goto-interface 'outline-path-completion + + org-outline-path-complete-in-steps nil + org-todo-keywords '((sequence "BACKLOG(b)" "TODO(t)" "WAIT(w@/!)" "STARTED(s!)" "|" "DONE(d!)") (sequence "|" "CANCELLED(c@)")) org-log-into-drawer "LOGBOOK")