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