From: Andrea Zagli Date: Wed, 10 Jan 2018 22:03:39 +0000 (+0100) Subject: Aggiunto il timestamp automatico per la fine di un task in org-mode. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=9f1295578f598719b1028f7eedad1c176a5edd9d;p=dotfiles Aggiunto il timestamp automatico per la fine di un task in org-mode. --- diff --git a/.emacs b/.emacs index e251458..5276c88 100644 --- a/.emacs +++ b/.emacs @@ -407,6 +407,9 @@ (projectile-mode) +(require 'org) +(setq org-log-done 'time) + ;; code folding (add-hook 'c-mode-common-hook 'hs-minor-mode) (custom-set-variables @@ -416,4 +419,4 @@ ;; If there is more than one, they won't work right. '(package-selected-packages (quote - (projectile ibuffer-vc auto-complete-nxml linum-off use-package try sr-speedbar spaceline pkgbuild-mode magit function-args flycheck-tip elfeed diff-hl company autopair auto-complete-c-headers ac-php ac-html)))) + (magit projectile ibuffer-vc auto-complete-nxml linum-off use-package try sr-speedbar spaceline pkgbuild-mode function-args flycheck-tip elfeed diff-hl company autopair auto-complete-c-headers ac-php ac-html))))