From b498875c9729731d8635b32ab61b4ce20b03ab27 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 1 Apr 2019 14:29:48 -0400 Subject: [PATCH 1/1] [emacs/org] fix use of deprecated function --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 120d7ce..2b46136 100644 --- a/init.org +++ b/init.org @@ -888,7 +888,7 @@ And here's where my actual Org configurations begin: (setq org-src-tab-acts-natively t org-src-preserve-indentation nil org-edit-src-content-indentation 0 - org-email-link-description-format "Email %c: %s" ; %.30s + org-link-email-description-format "Email %c: %s" ; %.30s org-highlight-latex-and-related '(entities) org-use-speed-commands t org-startup-folded 'content -- 2.20.1