diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-07-04 20:23:16 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-07-04 20:23:16 +0200 |
commit | b79cb97cc52d214e1eeaa769d16991281d54f0f0 (patch) | |
tree | 26cf393e7ebaa9c346c1a1bb4937ed786fca81ef /config | |
parent | 891f11a12adf3e99dd994cae7a070c54e5d26cd6 (diff) | |
download | dotfiles-b79cb97cc52d214e1eeaa769d16991281d54f0f0.tar.gz dotfiles-b79cb97cc52d214e1eeaa769d16991281d54f0f0.tar.bz2 dotfiles-b79cb97cc52d214e1eeaa769d16991281d54f0f0.zip |
capture NBG-TM guests
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/config.org | 9 | ||||
-rw-r--r-- | config/khard/khard.conf | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 63e6977..322ae98 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -157,6 +157,15 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary `("e" "Event" entry (file ,(expand-file-name "caldav.org" org-directory)) "* %?\n%^T\n%i\n%a")) + (add-to-list 'org-capture-templates + `("m" "NBG-TM Contact" entry + (file+headline ,(expand-file-name "toastmasters/NBG-membership.org" org-directory) "Guest") + "* INTRS [[notmuch-search:%:fromaddress][%:fromname]] +:PROPERTIES: +:EMAIL: %:fromaddress +:END: +Invited: %^t +")) (setq org-roam-capture-templates '(("d" "default" plain "%i\n%?" :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" diff --git a/config/khard/khard.conf b/config/khard/khard.conf index 7bf6197..0bc9e06 100644 --- a/config/khard/khard.conf +++ b/config/khard/khard.conf @@ -22,9 +22,9 @@ group_by_addressbook = no # reverse table ordering: yes / no reverse = no # append nicknames to name column: yes / no -show_nicknames = no +show_nicknames = yes # show uid table column: yes / no -show_uids = yes +show_uids = no # sort by first or last name: first_name / last_name / formatted_name sort = last_name # localize dates: yes / no |