From 9f1295578f598719b1028f7eedad1c176a5edd9d Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Wed, 10 Jan 2018 23:03:39 +0100 Subject: [PATCH] Aggiunto il timestamp automatico per la fine di un task in org-mode. --- .emacs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)))) -- 2.49.0