diff options
| author | fpi | 2020-07-14 11:18:00 +0200 | 
|---|---|---|
| committer | fpi | 2020-07-14 16:47:21 +0200 | 
| commit | 70e238d8fc6cf67d7e413f15b657d67a6a400b72 (patch) | |
| tree | ef12f280e3171cd5df2c6912829678295f4165c7 | |
| parent | Refile custom agendas & add fancy "o" agenda (diff) | |
Update variable name
| -rw-r--r-- | emacs-init.org | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index e2b134c..1ca6195 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2498,7 +2498,7 @@ Hansen's]] configs.       ("omap"      . "http://nominatim.openstreetmap.org/search?q=%s&polygon=1")))    (org-ellipsis " ")    (org-outline-path-complete-in-steps nil) -  (org-log-state-notes-into-drawer "NOTES") +  (org-log-into-drawer "NOTES")    (org-clock-into-drawer "LOGBOOK")    (org-log-done 'time)    (org-log-redeadline 'time)  | 
