about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-14 19:06:16 -0600
committerCase Duckworth2021-01-14 19:06:16 -0600
commit79b4ff162cc1155ae6d5e11eb782159efd15d094 (patch)
tree2ced97a1f8984c27201061ba9ada515c7bd191c2 /config.org
parentFix compiler warnings (diff)
downloademacs-79b4ff162cc1155ae6d5e11eb782159efd15d094.tar.gz
emacs-79b4ff162cc1155ae6d5e11eb782159efd15d094.zip
Avoid deprecated function
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.org b/config.org index f241008..4e2515a 100644 --- a/config.org +++ b/config.org
@@ -1827,14 +1827,14 @@ from [[https://github.com/mpereira/.emacs.d#align-all-tags-in-the-buffer-on-tag-
1827 - State \"TODO\" from \"\" %U 1827 - State \"TODO\" from \"\" %U
1828 :END:" :empty-lines 1) 1828 :END:" :empty-lines 1)
1829 1829
1830 1830
1831 ("g" "Gift idea" entry 1831 ("g" "Gift idea" entry
1832 (file+headline "home.org" "Gift ideas") 1832 (file+headline "home.org" "Gift ideas")
1833 "* %^{Who?} 1833 "* %^{Who?}
1834 ,* %^{What?}" :empty-lines 1) 1834 ,* %^{What?}" :empty-lines 1)
1835 1835
1836 ("d" "Diary entry" entry 1836 ("d" "Diary entry" entry
1837 (file+datetree "diary.org") 1837 (file+olp+datetree "diary.org")
1838 "* %? 1838 "* %?
1839 Entered on %U 1839 Entered on %U
1840 1840