emacs - How to avoid logging intermediate process states in Org-mode? -
in org-mode task can have 1 of several process states (e.g. todo, done...). process state list configurable , user may either set task state directly, or may cycle on states using s-left , s-right key combinations.
what find counter-intuitive, however, interaction between state alter tracking , utilize of s-left , s-right keys. more specifically, when using keys 1 may go on several states before settling on 1 need, if type fast , skip desired state. unfortunately, org-mode happily log every single one of state changes, despite fact happened within few seconds , cannot correspond happened actual real-life task.
is there way have org-mode filter generated log entries, intermediate state changes not inadvertently logged? e.g. setting merge state changes when happen in less x seconds?
to select todo state , bypass logging associated that, use:
(setq org-treat-s-cursor-todo-selection-as-state-change nil)
in emacs configuration file.
emacs elisp org-mode
No comments:
Post a Comment