# HG changeset patch # User Carsten Dominik # Date 1112695691 0 # Node ID 6939a6683ac3fa6da83d9c56e7232fe832d4bb4d # Parent e768c2d3772af85454a6fd0ef5ab2989bff5a35a (org-diary-default-entry): Fixed call to `add-to-diary-entry'. diff -r e768c2d3772a -r 6939a6683ac3 lisp/textmodes/org.el --- a/lisp/textmodes/org.el Tue Apr 05 10:07:51 2005 +0000 +++ b/lisp/textmodes/org.el Tue Apr 05 10:08:11 2005 +0000 @@ -279,7 +279,7 @@ :group 'org-startup :type 'boolean) -(defcustom org-insert-mode-line-in-empty-file t +(defcustom org-insert-mode-line-in-empty-file nil "Non-nil means insert the first line setting Org-mode in empty files. When the function `org-mode' is called interactively in an empty, this normally means that the file name does not automatically trigger Org-mode. @@ -3477,7 +3477,7 @@ (defun org-diary-default-entry () "Add a dummy entry to the diary. Needed to avoid empty dates which mess up holiday display." - (add-to-diary-list original-date "Org-mode dummy" "")) + (add-to-diary-list original-date "Org-mode dummy" "" nil)) (defun org-add-file (&optional file) "Add current file to the list of files in variable `org-agenda-files'.