From b79cb97cc52d214e1eeaa769d16991281d54f0f0 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 4 Jul 2024 20:23:16 +0200 Subject: capture NBG-TM guests --- config/doom/config.org | 9 +++++++++ config/khard/khard.conf | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'config') 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 -- cgit v1.2.3