emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Fix for emacs 23 bug on inserting diary entries
@ 2008-07-25  1:54 Andrew Hyatt
  2008-07-25  7:30 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Hyatt @ 2008-07-25  1:54 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 915 bytes --]

I remember seeing an emacs 23 git branch at some point, but I looked around
and cannot locate it anymore.  At any rate, this may be a dup, but in emacs
23 inserting diary entries in the agenda does not work.  Here's the patch to
fix it:

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 23cda50..56c7d62 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -5120,7 +5120,7 @@ All the standard commands work: block, weekly etc."
       (unwind-protect
          (progn
            (fset 'calendar-cursor-to-date
-                 (lambda (&optional error)
+                 (lambda (&optional error dummy)
                    (calendar-gregorian-from-absolute
                     (get-text-property point 'day))))
              (call-interactively cmd))
@@ -5307,5 +5307,3 @@ belonging to the \"Work\" category."
 ;; arch-tag: 77f7565d-7c4b-44af-a2df-9f6f7070cff1

 ;;; org-agenda.el ends here
-
-

[-- Attachment #1.2: Type: text/html, Size: 1620 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Fix for emacs 23 bug on inserting diary entries
  2008-07-25  1:54 Fix for emacs 23 bug on inserting diary entries Andrew Hyatt
@ 2008-07-25  7:30 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-07-25  7:30 UTC (permalink / raw)
  To: Andrew Hyatt; +Cc: emacs-orgmode

Indeed, thanks a lot.

- Carsten

On Jul 24, 2008, at 6:54 PM, Andrew Hyatt wrote:

> I remember seeing an emacs 23 git branch at some point, but I looked  
> around and cannot locate it anymore.  At any rate, this may be a  
> dup, but in emacs 23 inserting diary entries in the agenda does not  
> work.  Here's the patch to fix it:
>
> diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
> index 23cda50..56c7d62 100644
> --- a/lisp/org-agenda.el
> +++ b/lisp/org-agenda.el
> @@ -5120,7 +5120,7 @@ All the standard commands work: block, weekly  
> etc."
>        (unwind-protect
>           (progn
>             (fset 'calendar-cursor-to-date
> -                 (lambda (&optional error)
> +                 (lambda (&optional error dummy)
>                     (calendar-gregorian-from-absolute
>                      (get-text-property point 'day))))
>               (call-interactively cmd))
> @@ -5307,5 +5307,3 @@ belonging to the \"Work\" category."
>  ;; arch-tag: 77f7565d-7c4b-44af-a2df-9f6f7070cff1
>
>  ;;; org-agenda.el ends here
> -
> -
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-25  7:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-25  1:54 Fix for emacs 23 bug on inserting diary entries Andrew Hyatt
2008-07-25  7:30 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).