all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* calendar (backwards-)integration
@ 2014-11-20 11:46 Joe Corneli
  0 siblings, 0 replies; only message in thread
From: Joe Corneli @ 2014-11-20 11:46 UTC (permalink / raw
  To: emacs-orgmode

The Org Mode docs [1] say:

| In order to include entries from the Emacs diary into Org mode's
| agenda, you only need to customize the variable
| 
|      (setq org-agenda-include-diary t)

Is there any way to include data in the other direction, so that
scheduled events are marked in the calendar?

It's possible to display scheduled events in Calfw:

(add-to-list 'load-path "~/.../emacs-calfw")
(require 'calfw)
(require 'calfw-org)
;; for convenience:
(defalias 'org-calendar 'cfw:open-org-calendar)

But I'd prefer to do this with the built-in calendar if possible.

Joe

[1]: http://orgmode.org/manual/Weekly_002fdaily-agenda.html

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-20 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20 11:46 calendar (backwards-)integration Joe Corneli

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.