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: Thu, 11 May 2006 08:49:36 +0000

Index: emacs/lisp/textmodes/org.el
diff -u emacs/lisp/textmodes/org.el:1.89 emacs/lisp/textmodes/org.el:1.90
--- emacs/lisp/textmodes/org.el:1.89    Fri Apr 21 13:48:00 2006
+++ emacs/lisp/textmodes/org.el Thu May 11 08:49:36 2006
@@ -4348,6 +4348,7 @@
                        (parse-time-string (match-string 1))))
             ct))
         (calendar-move-hook nil)
+        (view-calendar-holidays-initially nil)
         (view-diary-entries-initially nil)
         (timestr (format-time-string
                   (if with-time "%Y-%m-%d %H:%M" "%Y-%m-%d") default-time))
@@ -4724,6 +4725,7 @@
   (interactive "P")
   (let ((tsr org-ts-regexp) diff
        (calendar-move-hook nil)
+       (view-calendar-holidays-initially nil)
        (view-diary-entries-initially nil))
     (if (or (org-at-timestamp-p)
            (save-excursion
@@ -6910,6 +6912,7 @@
                  (error "Don't know which date to open in calendar")))
         (date (calendar-gregorian-from-absolute day))
         (calendar-move-hook nil)
+        (view-calendar-holidays-initially nil)
         (view-diary-entries-initially nil))
     (calendar)
     (calendar-goto-date date)))




reply via email to

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