From 350b5dfb2ff48b1b7a98d385535353ac83d04ead Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 17 Nov 2015 10:56:11 +0100 Subject: Emacs: Fix org-journal-display-entry-yesterday --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 7a6ee4be..1492499f 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1571,7 +1571,7 @@ I can use this to keep a journal. I should use it. (setq org-journal-date-format "%A, %d %B %Y") (defun org-journal-display-entry-yesterday () "Show org-journal entry for yesterday" - (interactive "P") + (interactive) (org-journal-read-or-display-entry (yesterday-time))))) #+END_SRC -- cgit 1.4.1