diff options
| author | fpi | 2020-03-19 13:27:07 +0100 | 
|---|---|---|
| committer | fpi | 2020-04-05 13:34:57 +0200 | 
| commit | d85f1541c039156beceee507a053ec88514bbc09 (patch) | |
| tree | a2b0d5cf26e630c1c80b7b4ddf7817d8bc37c828 | |
| parent | Allow to pass options to grep command (diff) | |
Change capture timestamps to inactive or w/o time
| -rw-r--r-- | emacs-init.org | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-init.org b/emacs-init.org index 93e0ebe..60a4c4d 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2037,7 +2037,7 @@ Templates                 (id "802014b3-fddf-4090-b140-7fb62cb982f2")                 "** Interrupt: %?  :PROPERTIES: -:CREATED: %T +:CREATED: %U  :SOURCE: %a  :END:  :LOGBOOK: @@ -2051,7 +2051,7 @@ Templates                 "** %?  :PROPERTIES:  :CREATED: %U -:DATE: %^T +:DATE: %^t  :SOURCE: %a  :END:  "  | 
