emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/org.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org.el
Date: Tue, 05 Apr 2005 06:08:11 -0400

Index: emacs/lisp/textmodes/org.el
diff -c emacs/lisp/textmodes/org.el:1.10 emacs/lisp/textmodes/org.el:1.11
*** emacs/lisp/textmodes/org.el:1.10    Wed Mar 30 12:37:04 2005
--- emacs/lisp/textmodes/org.el Tue Apr  5 10:08:11 2005
***************
*** 279,285 ****
    :group 'org-startup
    :type 'boolean)
  
! (defcustom org-insert-mode-line-in-empty-file t
    "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.
--- 279,285 ----
    :group 'org-startup
    :type 'boolean)
  
! (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,3483 ****
  (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" ""))
  
  (defun org-add-file (&optional file)
    "Add current file to the list of files in variable `org-agenda-files'.
--- 3477,3483 ----
  (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" "" nil))
  
  (defun org-add-file (&optional file)
    "Add current file to the list of files in variable `org-agenda-files'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]