From 697c27f3fb0abb62afdbd868d317992b894e70a4 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 13 Sep 2018 22:18:55 +0200 Subject: [PATCH] Postamble: Put a link to the actual source code. --- work.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/work.el b/work.el index 388bbb2..481a92c 100644 --- a/work.el +++ b/work.el @@ -17,7 +17,7 @@ ;; Produce the string Powered by Org-mode in the appropriate language. (defun make-powered-by (lang) (let ((orgmode "Org-mode") - (src "source")) + (src "source")) (cond ((eq lang 'fr) (concat "Propulsé par " orgmode " (" src ").")) (t