Hi all,
I'm new to this list.
Thanks to Carsten (and to all the contributors) for this excellent
mode.
Seems I've discovered a little bug (there's an easy workaround, see
below), but I'm not sure it's org-mode fault: when I try to insert a
time stamp (with C-c .), I can't select a date as explained in section
8.2.1 of the manual. So I just hit q to quit the calendar frame and
enter a date by hand in the minibuffer. The time stamp is correctly
inserted in my org buffer, but then, as soon as I hit any key, I get a
"Symbol's value as variable is void: displayed-month" error in the
minibuffer (even if I use mouse buttons).
This is because my calendar frame doesn't have a minibuffer. If I put
in my emacs init file :
(setq calendar-and-diary-frame-parameters
'((name . "Calendar") (title . "Calendar")
(height . 20) (width . 78)
(minibuffer . t)))
I get the normal behavior of C-c ., and no more displayed-month error.
-- Frnçs
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode