]> git.donarmstrong.com Git - lib.git/commitdiff
switch tasks to next when clocking
authorDon Armstrong <don@donarmstrong.com>
Tue, 1 Mar 2016 01:30:42 +0000 (17:30 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 1 Mar 2016 01:30:42 +0000 (17:30 -0800)
emacs_el/configuration/org-mode-configuration.el

index a9f394cd52313d21d52571e1707db9d12c63b9a0..356c99f3bb7adf927fad574ba22513dc16898427 100644 (file)
@@ -462,6 +462,8 @@ Maildir, or by Message-ID."
    (ditaa . t)
    (dot . t)
    ))
+;; use graphviz-dot for dot things
+(add-to-list 'org-src-lang-modes '("dot" . graphviz-dot))
 ;; org-babel-by-backend
 (defmacro org-babel-by-backend (&rest body)
    `(case (if (boundp 'backend) 
@@ -833,7 +835,8 @@ Skip project and sub-project tasks, habits, and loose non-project tasks."
 ;; Resume clocking task on clock-in if the clock is open
 (setq org-clock-in-resume t)
 ;; Change tasks to NEXT when clocking in
-(setq org-clock-in-switch-to-state 'bh/clock-in-to-next)
+;; (setq org-clock-in-switch-to-state 'bh/clock-in-to-next)
+(setq org-clock-in-switch-to-state "NEXT")
 ;; Separate drawers for clocking and logs
 (setq org-drawers (quote ("PROPERTIES" "LOGBOOK")))
 ;; Save clock data and state changes and notes in the LOGBOOK drawer