Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c52dbe8c
Commit
c52dbe8c
authored
Apr 05, 2005
by
Carsten Dominik
Browse files
(org-diary-default-entry): Fixed call to
`add-to-diary-entry'.
parent
da659ce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/textmodes/org.el
lisp/textmodes/org.el
+2
-2
No files found.
lisp/textmodes/org.el
View file @
c52dbe8c
...
...
@@ -279,7 +279,7 @@ the following lines anywhere in the buffer:
: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 @@ date."
(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'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment