From 86266c88460e38025b547fd3b506807e650698e8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Dec 2018 16:26:22 -0500 Subject: org: Don't truncate subject when creating email link descriptions --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 742131c..c5c03a0 100644 --- a/init.el +++ b/init.el @@ -147,6 +147,7 @@ org-refile-cache nil) (setq org-link-search-must-match-exact-headline nil) + (setq org-email-link-description-format "Email %c: %s") (setq org-confirm-babel-evaluate nil org-src-fontify-natively t) -- cgit v1.2.3