emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* displayed-month
@ 2007-09-29  9:50 François Puitg
  2007-09-29 12:53 ` displayed-month Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: François Puitg @ 2007-09-29  9:50 UTC (permalink / raw)
  To: emacs-orgmode

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

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

end of thread, other threads:[~2007-09-30 19:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-29  9:50 displayed-month François Puitg
2007-09-29 12:53 ` displayed-month Carsten Dominik
2007-09-30 20:01   ` displayed-month François Puitg

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).