projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23fd4a
)
emacs: temporary fix for org-link-email-description-format
author
Amin Bandali
<bandali@gnu.org>
Sun, 25 Aug 2019 04:10:47 +0000
(
00:10
-0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 25 Aug 2019 04:10:47 +0000
(
00:10
-0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
2d0d8f9
..
82d1afe
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-471,6
+471,9
@@
For disabling the behaviour for certain buffers and/or modes."
org-startup-folded 'content
org-catch-invisible-edits 'show-and-error
org-log-done 'time)
+ (when (version< org-version "9.3")
+ (setq org-email-link-description-format
+ org-link-email-description-format))
(add-to-list 'org-structure-template-alist '("L" . "src emacs-lisp") t)
(add-to-list 'org-modules 'org-habit)
:bind